HomeSort by relevance Sort by last modified time
    Searched defs:FirstArg (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/include/clang/Sema/
TemplateDeduction.h 148 TemplateArgument FirstArg;
  /external/clang/tools/driver/
driver.cpp 374 auto FirstArg = std::find_if(argv.begin() + 1, argv.end(),
376 if (FirstArg != argv.end() && StringRef(*FirstArg).startswith("-cc1")) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TemplateDeduction.h 162 TemplateArgument FirstArg;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
TemplateDeduction.h 162 TemplateArgument FirstArg;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
TemplateDeduction.h 162 TemplateArgument FirstArg;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
TemplateDeduction.h 168 TemplateArgument FirstArg;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
TemplateDeduction.h 168 TemplateArgument FirstArg;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
TemplateDeduction.h 168 TemplateArgument FirstArg;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
TemplateDeduction.h 168 TemplateArgument FirstArg;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TemplateDeduction.h 162 TemplateArgument FirstArg;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
TemplateDeduction.h 162 TemplateArgument FirstArg;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
TemplateDeduction.h 162 TemplateArgument FirstArg;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
TemplateDeduction.h 168 TemplateArgument FirstArg;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
TemplateDeduction.h 168 TemplateArgument FirstArg;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
TemplateDeduction.h 168 TemplateArgument FirstArg;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
TemplateDeduction.h 168 TemplateArgument FirstArg;
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 572 template<class F, class ... Rest> F& FirstArg(F& f, Rest...) { return f; }
774 template<class F, class ... Rest> F& FirstArg(F& f, Rest& ... r) { return f; };
777 return FirstArg(ts...);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 750 Value *FirstArg = CS.getArgument(FnData->FstParam);
751 FirstArg = Builder.CreateZExt(FirstArg, IntTy);
753 return std::make_pair(FirstArg, Zero);
757 Value *Size = Builder.CreateMul(FirstArg, SecondArg);
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 713 bool FirstArg = true;
717 if (!FirstArg) {
720 FirstArg = false;
734 bool FirstArg = true;
738 if (!FirstArg) {
742 FirstArg = false;
    [all...]
slang_rs_reflection.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 822 milliseconds

1 2