Home
last modified time | relevance | path

Searched defs:Arg (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/cmds/lshal/
H A Dutils.h53 struct Arg { struct
54 int argc;
55 char **argv;
/aosp12/system/libbase/include/android-base/
H A Dcollections.h49 void AssertType(Arg&&) { in AssertType() argument
54 void AssertType(Arg&&, Args&&... args) { in AssertType() argument
/aosp12/frameworks/compile/libbcc/lib/
H A DRSX86CallConvPass.cpp60 bool IsDerefNeeded(llvm::Function *F, llvm::Argument &Arg) { in IsDerefNeeded()
97 for (auto &Arg: F->getArgumentList()) { in FillArgsToDeref() local
H A DRSKernelExpand.cpp504 for (const auto &Arg : CalleeFunction.getArgumentList()) { in finishArgList() local
536 [I32Ty](int32_t Arg) { return llvm::ConstantInt::get(I32Ty, Arg); }); in GEPHelper()
/aosp12/build/soong/ui/tracer/
H A Dtracer.go79 Arg interface{} `json:"args,omitempty"` member
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1482 for (const auto &Arg : Args) { in genExportReduceAllocationVariant() local