/external/clang/lib/Driver/ |
D | Tools.cpp | 87 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) { in CheckPreprocessingOptions() 100 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) { in CheckCodeGenerationOptions() 155 static void addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList() 210 const ArgList &Args, ArgStringList &CmdArgs) { in AddLinkerInputs() 253 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount() 258 static bool isObjCRuntimeLinked(const ArgList &Args) { in isObjCRuntimeLinked() 274 const Driver &D, const ArgList &Args, in AddPreprocessingOptions() 550 static void getARMArchCPUFromArgs(const ArgList &Args, llvm::StringRef &Arch, in getARMArchCPUFromArgs() 572 const ArgList &Args, StringRef HWDiv, in getARMHWDivFeatures() 581 const ArgList &Args, StringRef FPU, in getARMFPUFeatures() [all …]
|
D | ToolChain.cpp | 34 static llvm::opt::Arg *GetRTTIArgument(const ArgList &Args) { in GetRTTIArgument() 39 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, in CalculateRTTIMode() 68 const ArgList &Args) in ToolChain() 271 const ArgList &Args) { in getArchNameForCompilerRTLib() 286 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() 306 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString() 312 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() 409 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, in ComputeLLVMTriple() 497 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() 513 void ToolChain::addProfileRTLibs(const llvm::opt::ArgList &Args, in addProfileRTLibs() [all …]
|
D | ToolChains.cpp | 44 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MachO() 53 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Darwin() 131 static bool isSoftFloatABI(const ArgList &Args) { in isSoftFloatABI() 168 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() 175 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple() 227 const ArgList &Args) in DarwinClang() 247 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount() 251 void DarwinClang::AddLinkARCArgs(const ArgList &Args, in AddLinkARCArgs() 288 void MachO::AddLinkRuntimeLib(const ArgList &Args, ArgStringList &CmdArgs, in AddLinkRuntimeLib() 322 void Darwin::addProfileRTLibs(const ArgList &Args, in addProfileRTLibs() [all …]
|
D | Driver.cpp | 90 void Driver::ParseDriverMode(ArrayRef<const char *> Args) { in ParseDriverMode() 126 InputArgList Args = in ParseArgStrings() local 199 static Arg *MakeInputArg(DerivedArgList &Args, OptTable *Opts, in MakeInputArg() 298 const ArgList &Args, in computeTargetTriple() 373 void Driver::setLTOMode(const llvm::opt::ArgList &Args) { in setLTOMode() 422 InputArgList Args = ParseArgStrings(ArgList.slice(1)); in BuildCompilation() local 524 static void printArgList(raw_ostream &OS, const llvm::opt::ArgList &Args) { in printArgList() 1006 DerivedArgList &Args = C.getArgs(); in BuildUniversalActions() local 1096 static bool DiagnoseInputExistence(const Driver &D, const DerivedArgList &Args, in DiagnoseInputExistence() 1126 void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args, in BuildInputs() [all …]
|
D | ToolChains.h | 261 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args, in AddLinkARCArgs() 268 virtual void addStartObjectFileArgs(const llvm::opt::ArgList &Args, in addStartObjectFileArgs() 272 virtual void addMinVersionArgs(const llvm::opt::ArgList &Args, in addMinVersionArgs() 289 void addProfileRTLibs(const llvm::opt::ArgList &Args, in addProfileRTLibs() 346 bool UseSjLjExceptions(const llvm::opt::ArgList &Args) const override { in UseSjLjExceptions() 586 const llvm::opt::ArgList &Args) in Generic_ELF() 603 GetCXXStdlibType(const llvm::opt::ArgList &Args) const override { in GetCXXStdlibType()
|
/external/clang/lib/AST/ |
D | SelectorLocationsKind.cpp | 65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc() 72 ArrayRef<T *> Args, in hasStandardSelLocs() 99 ArrayRef<Expr *> Args, in hasStandardSelectorLocs() 107 ArrayRef<Expr *> Args, in getStandardSelectorLoc() 116 ArrayRef<ParmVarDecl *> Args, in hasStandardSelectorLocs() 124 ArrayRef<ParmVarDecl *> Args, in getStandardSelectorLoc()
|
D | ExprObjC.cpp | 140 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 161 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 178 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 192 void ObjCMessageExpr::initArgsAndSelLocs(ArrayRef<Expr *> Args, in initArgsAndSelLocs() 222 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 241 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 260 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 283 ArrayRef<Expr *> Args, in alloc()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 300 ArrayRef<GenericValue> Args) { in lle_X_atexit() 309 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() 315 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() 325 ArrayRef<GenericValue> Args) { in lle_X_sprintf() 407 ArrayRef<GenericValue> Args) { in lle_X_printf() 422 char *Args[10]; in lle_X_sscanf() local 436 char *Args[10]; in lle_X_scanf() local 449 ArrayRef<GenericValue> Args) { in lle_X_fprintf() 462 ArrayRef<GenericValue> Args) { in lle_X_memset() 474 ArrayRef<GenericValue> Args) { in lle_X_memcpy()
|
/external/clang/lib/Tooling/ |
D | ArgumentsAdjusters.cpp | 22 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangSyntaxOnlyAdjuster() 37 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripOutputAdjuster() 56 return [Extra, Pos](const CommandLineArguments &Args, StringRef /*unused*/) { in getInsertArgumentAdjuster() 79 return [First, Second](const CommandLineArguments &Args, StringRef File) { in combineAdjusters()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.h | 134 R(*handler)(Args...)) { in AddSimpleMethodHandler() 144 R(Class::*handler)(Args...)) { in AddSimpleMethodHandler() 172 bool(*handler)(ErrorPtr*, Args...)) { in AddSimpleMethodHandlerWithError() argument 183 bool(Class::*handler)(ErrorPtr*, Args...)) { in AddSimpleMethodHandlerWithError() argument 215 bool(*handler)(ErrorPtr*, dbus::Message*, Args...)) { in AddSimpleMethodHandlerWithErrorAndMessage() argument 227 bool(Class::*handler)(ErrorPtr*, dbus::Message*, Args...)) { in AddSimpleMethodHandlerWithErrorAndMessage() argument 258 void (*handler)(std::unique_ptr<Response>, Args...)) { in AddMethodHandler() argument 274 void(Class::*handler)(std::unique_ptr<Response>, Args...)) { in AddMethodHandler() argument 313 void (*handler)(std::unique_ptr<Response>, dbus::Message*, Args...)) { in AddMethodHandlerWithMessage() argument 330 dbus::Message*, Args...)) { in AddMethodHandlerWithMessage() argument
|
/external/gmock/include/gmock/ |
D | gmock-generated-matchers.h | 492 Args(const InnerMatcher& matcher) { in Args() function 498 Args(const InnerMatcher& matcher) { in Args() function 504 Args(const InnerMatcher& matcher) { in Args() function 510 Args(const InnerMatcher& matcher) { in Args() function 516 Args(const InnerMatcher& matcher) { in Args() function 522 Args(const InnerMatcher& matcher) { in Args() function 528 Args(const InnerMatcher& matcher) { in Args() function 535 Args(const InnerMatcher& matcher) { in Args() function 543 Args(const InnerMatcher& matcher) { in Args() function 551 Args(const InnerMatcher& matcher) { in Args() function [all …]
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 59 const char **Args, in RunProgramWithTimeout() 78 const char **Args, in RunProgramRemotelyWithTimeout() 114 static std::string ProcessFailure(StringRef ProgPath, const char** Args, in ProcessFailure() 157 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI() 177 const std::vector<std::string> &Args, in ExecuteProgram() 285 const std::vector<std::string> &Args, in ExecuteProgram() 354 const std::vector<std::string> &Args, in ExecuteProgram() 391 std::string &CmdPath, std::vector<std::string> &Args) { in lexCommand() 430 std::vector<std::string> Args; in createCustomCompiler() local 446 std::vector<std::string> Args; in createCustomExecutor() local [all …]
|
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches() 103 std::vector<std::string> Args; in PrintedStmtCXX98Matches() local 113 std::vector<std::string> Args; in PrintedStmtCXX98Matches() local 126 std::vector<std::string> Args; in PrintedStmtCXX11Matches() local 136 std::vector<std::string> Args; in PrintedStmtMSMatches() local
|
D | NamedDeclPrinterTest.cpp | 64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedNamedDeclMatches() 98 std::vector<std::string> Args(1, "-std=c++98"); in PrintedNamedDeclCXX98Matches() local 110 std::vector<std::string> Args(1, "-std=c++11"); in PrintedWrittenNamedDeclCXX11Matches() local
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 78 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() 103 static unsigned getOptimizationLevelSize(ArgList &Args) { in getOptimizationLevelSize() 119 static void addDiagnosticArgs(ArgList &Args, OptSpecifier Group, in addDiagnosticArgs() 138 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args, in ParseAnalyzerArgs() 290 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) { in ParseMigratorArgs() 296 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) { in ParseCommentArgs() 301 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { in getCodeModel() 315 GenerateOptimizationRemarkRegex(DiagnosticsEngine &Diags, ArgList &Args, in GenerateOptimizationRemarkRegex() 363 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs() 722 ArgList &Args) { in ParseDependencyOutputArgs() [all …]
|
/external/llvm/unittests/ADT/ |
D | VariadicFunctionTest.cpp | 19 std::string StringCatImpl(ArrayRef<const std::string *> Args) { in StringCatImpl() 42 long SumImpl(ArrayRef<const int *> Args) { in SumImpl() 59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) { in StringAppendImpl() 89 ArrayRef<const int *> Args) { in CountInRangeImpl()
|
/external/libchrome/base/ |
D | bind_internal_win.h | 32 explicit RunnableAdapter(R(__stdcall *function)(Args...)) in RunnableAdapter() 52 explicit RunnableAdapter(R(__fastcall *function)(Args...)) in RunnableAdapter()
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 132 std::vector<std::unique_ptr<ExprAST>> Args; member in __anonbd0c0ea10111::CallExprAST 136 std::vector<std::unique_ptr<ExprAST>> Args) in CallExprAST() 145 std::vector<std::string> Args; member in __anonbd0c0ea10111::PrototypeAST 148 PrototypeAST(const std::string &Name, std::vector<std::string> Args) in PrototypeAST() 235 std::vector<std::unique_ptr<ExprAST>> Args; in ParseIdentifierExpr() local
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 159 std::vector<std::string> Args; in TEST() local 185 std::vector<std::string> Args; in TEST() local 268 std::vector<std::string> Args; in TEST() local 291 [&Found, &Ran](const CommandLineArguments &Args, StringRef /*unused*/) { in TEST() 334 std::vector<std::string> Args = {"clang", "-foo"}; in TEST() local 350 std::vector<std::string> Args = {"clang", "-foo"}; in TEST() local 361 std::vector<std::string> Args = {"clang", "-foo", "-target", "something"}; in TEST() local 378 std::vector<std::string> Args = {"clang", "-foo", "--driver-mode=abc"}; in TEST() local
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 184 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local 199 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local 219 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local 235 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local 256 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerDriver.cpp | 135 static void ParseFlags(const std::vector<std::string> &Args) { in ParseFlags() 181 static int RunInMultipleProcesses(const std::vector<std::string> &Args, in RunInMultipleProcesses() 216 std::vector<std::string> Args(argv, argv + argc); in FuzzerDriver() local 220 int FuzzerDriver(const std::vector<std::string> &Args, UserCallback Callback) { in FuzzerDriver() 226 int FuzzerDriver(const std::vector<std::string> &Args, in FuzzerDriver()
|
/external/llvm/include/llvm/MC/ |
D | MCLinkerOptimizationHint.h | 104 SmallVector<MCSymbol *, 3> Args; variable 115 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective() 172 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 130 std::vector<std::unique_ptr<ExprAST>> Args; member in __anon31887fa20111::CallExprAST 134 std::vector<std::unique_ptr<ExprAST>> Args) in CallExprAST() 144 std::vector<std::string> Args; member in __anon31887fa20111::PrototypeAST 147 PrototypeAST(const std::string &Name, std::vector<std::string> Args) in PrototypeAST() 238 std::vector<std::unique_ptr<ExprAST>> Args; in ParseIdentifierExpr() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64MachineFunctionInfo.h | 140 SmallVector<const MachineInstr *, 3> Args; variable 145 MILOHDirective(MCLOHType Kind, const LOHArgs &Args) in MILOHDirective() 160 void addLOHDirective(MCLOHType Kind, const MILOHArgs &Args) { in addLOHDirective()
|
/external/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 59 static std::string getOutputPath(llvm::opt::InputArgList *Args, in getOutputPath() 68 static std::vector<StringRef> getSearchPaths(llvm::opt::InputArgList *Args, in getSearchPaths() 112 llvm::opt::InputArgList Args = in libDriverMain() local
|