HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 451 - 475 of 513) sorted by null

<<11121314151617181920>>

  /external/clang/lib/CodeGen/
CGDecl.cpp 465 CallArgList Args;
466 Args.add(RValue::get(Arg),
468 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
    [all...]
ItaniumCXXABI.cpp 170 CallArgList &Args) override;
997 llvm::Value *args[] = {Value, SrcRTTI, DestRTTI, OffsetHint}; local
1791 llvm::Value *args[] = { local
    [all...]
CGException.cpp 48 llvm::Type *Args[3] = { CGM.Int8PtrTy, CGM.Int8PtrTy, CGM.Int8PtrTy };
50 llvm::FunctionType::get(CGM.VoidTy, Args, /*IsVarArgs=*/false);
466 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor }; local
467 EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/chromium_org/mojo/application_manager/
application_manager_unittest.cc 111 return test_app_->args().To<std::vector<std::string> >();
490 TEST_F(ApplicationManagerTest, Args) {
493 std::vector<std::string> args; local
494 args.push_back("test_arg1");
495 args.push_back("test_arg2");
496 am.SetArgsForURL(args, test_url);
507 ASSERT_EQ(args.size(), app_args.size());
508 EXPECT_EQ(args[0], app_args[0]);
509 EXPECT_EQ(args[1], app_args[1]);
  /external/chromium_org/tools/grit/grit/gather/
tr_html_unittest.py 36 Args:
408 Args:
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 436 SourceRange Range, const MacroArgs *Args) override {
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 499 PlatformDarwin::ConnectRemote (Args& args)
517 error = m_remote_platform_sp->ConnectRemote (args);
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 987 DoExecute (Args& command, CommandReturnObject &result)
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 462 Args:
495 Args:
519 Args:
593 Args:
604 Args:
628 Args:
712 Args:
792 Args:
813 Args:
828 Args
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 95 void ReadTemplateKWAndArgsInfo(ASTTemplateKWAndArgsInfo &Args,
109 ReadTemplateKWAndArgsInfo(ASTTemplateKWAndArgsInfo &Args,
118 Args.initializeFrom(TemplateKWLoc, ArgInfo);
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 462 Args:
495 Args:
519 Args:
593 Args:
604 Args:
628 Args:
712 Args:
792 Args:
813 Args:
828 Args
    [all...]
  /external/lldb/source/Target/
Process.cpp 145 Args
148 Args args; local
150 m_collection_sp->GetPropertyAtIndexAsArgs(NULL, idx, args);
151 return args;
155 ProcessProperties::SetExtraStartupCommands (const Args &args)
158 m_collection_sp->SetPropertyAtIndexFromArgs(NULL, idx, args);
408 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable
    [all...]
Target.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 424 Expr **args, unsigned nargs,
589 ArrayRef<QualType> args,
595 return Context->getFunctionType(result, args, fpi);
629 // All the args are checked/rewritten. Don't call twice!
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /art/tools/
cpplint.py 367 Args:
400 Args:
474 Args:
485 Args:
503 Args:
587 Args:
667 Args:
688 Args:
703 Args:
870 Args
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 5779 va_list args; local
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 233 bool TraverseTemplateArguments(const TemplateArgument *Args,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 367 Args:
400 Args:
474 Args:
485 Args:
503 Args:
587 Args:
667 Args:
688 Args:
703 Args:
863 Args
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1413 milliseconds

<<11121314151617181920>>