Home
last modified time | relevance | path

Searched defs:FirstArg (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp713 bool FirstArg = true; in makeFunctionSignature() local
734 bool FirstArg = true; in genArguments() local
Dslang_rs_reflection.cpp3090 bool FirstArg = true; in startFunction() local
/aosp_15_r20/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp92 StringRef FirstArg(*argv); in run() local
H A DTreeView.cpp150 StringRef FirstArg(*argv); in run() local
/aosp_15_r20/external/clang/include/clang/Sema/
H A DTemplateDeduction.h148 TemplateArgument FirstArg; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DTemplateDeduction.h214 TemplateArgument FirstArg; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DTemplateDeduction.h215 TemplateArgument FirstArg; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DTemplateDeduction.h215 TemplateArgument FirstArg; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DTemplateDeduction.h215 TemplateArgument FirstArg; variable
/aosp_15_r20/external/clang/tools/driver/
H A Ddriver.cpp374 auto FirstArg = std::find_if(argv.begin() + 1, argv.end(), in main() local
/aosp_15_r20/external/clang/lib/AST/
H A DTypePrinter.cpp1450 bool FirstArg = true; in PrintTemplateArgumentList() local
1499 bool FirstArg = true; in PrintTemplateArgumentList() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp572 template<class F, class ... Rest> F& FirstArg(F& f, Rest...) { return f; } in FirstArg() function
774 template<class F, class ... Rest> F& FirstArg(F& f, Rest& ... r) { return f; }; in FirstArg() function
/aosp_15_r20/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp750 Value *FirstArg = CS.getArgument(FnData->FstParam); in visitCallSite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp941 Value *FirstArg = CS.getArgument(FnData->FstParam); in visitCallSite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1126 Value *FirstArg = CB.getArgOperand(FnData->FstParam); in visitCallBase() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1045 int FirstArg = 1; in ParseCommandLineOptions() local
/aosp_15_r20/external/llvm/lib/Support/
H A DCommandLine.cpp1033 int FirstArg = 1; in ParseCommandLineOptions() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2865 int FirstArg, in mergeFormatAttr()
2972 uint32_t FirstArg; in handleFormatAttr() local
H A DSemaOverload.cpp546 TemplateArgument FirstArg; member
3043 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType() local
H A DSemaChecking.cpp2668 Expr *FirstArg = TheCall->getArg(0); in SemaBuiltinAtomicOverloaded() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp1341 int FirstArg = 1; in ParseCommandLineOptions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DCommandLine.cpp1529 int FirstArg = 1; in ParseCommandLineOptions() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1650 Value *FirstArg = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp327 FirstArg, ///< The mask is expected to be for permutation of 1-2 vectors, enumerator