Home
last modified time | relevance | path

Searched defs:Args (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/clang/lib/Driver/
DTools.cpp53 static void addAssemblerKPIC(const ArgList &Args, ArgStringList &CmdArgs) { in addAssemblerKPIC()
70 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) { in CheckPreprocessingOptions()
83 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) { in CheckCodeGenerationOptions()
138 static void addDirectoryList(const ArgList &Args, in addDirectoryList()
194 const InputInfoList &Inputs, const ArgList &Args, in AddLinkerInputs()
244 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount()
249 static bool isObjCRuntimeLinked(const ArgList &Args) { in isObjCRuntimeLinked()
268 const ArgList &Args, in AddPreprocessingOptions()
517 const ArgList &Args, in getARMHWDivFeatures()
541 const ArgList &Args, in getARMFPUFeatures()
[all …]
DToolChains.cpp42 const ArgList &Args) in MachO()
56 const ArgList & Args) in Darwin()
145 static bool isSoftFloatABI(const ArgList &Args) { in isSoftFloatABI()
186 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
193 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
240 const ArgList &Args) in DarwinClang()
260 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount()
264 void DarwinClang::AddLinkARCArgs(const ArgList &Args, in AddLinkARCArgs()
293 void MachO::AddLinkRuntimeLib(const ArgList &Args, ArgStringList &CmdArgs, in AddLinkRuntimeLib()
327 void DarwinClang::AddLinkSanitizerLibArgs(const ArgList &Args, in AddLinkSanitizerLibArgs()
[all …]
DToolChain.cpp29 static llvm::opt::Arg *GetRTTIArgument(const ArgList &Args) { in GetRTTIArgument()
34 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, in CalculateRTTIMode()
63 const ArgList &Args) in ToolChain()
256 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, in ComputeLLVMTriple()
337 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
438 void ToolChain::AddCXXStdlibLibArgs(const ArgList &Args, in AddCXXStdlibLibArgs()
453 void ToolChain::AddCCKextLibArgs(const ArgList &Args, in AddCCKextLibArgs()
458 bool ToolChain::AddFastMathRuntimeIfAvailable(const ArgList &Args, in AddFastMathRuntimeIfAvailable()
DToolChains.h210 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args, in AddLinkARCArgs()
218 addStartObjectFileArgs(const llvm::opt::ArgList &Args, in addStartObjectFileArgs()
221 virtual void addMinVersionArgs(const llvm::opt::ArgList &Args, in addMinVersionArgs()
507 const llvm::opt::ArgList &Args) in Generic_ELF()
523 CXXStdlibType GetCXXStdlibType(const llvm::opt::ArgList &Args) in GetCXXStdlibType()
DDriver.cpp82 void Driver::ParseDriverMode(ArrayRef<const char *> Args) { in ParseDriverMode()
118 InputArgList *Args = getOpts().ParseArgs(ArgStrings.begin(), ArgStrings.end(), in ParseArgStrings() local
197 static Arg* MakeInputArg(DerivedArgList &Args, OptTable *Opts, in MakeInputArg()
317 InputArgList *Args = ParseArgStrings(ArgList.slice(1)); in BuildCompilation() local
877 DerivedArgList &Args, in BuildUniversalActions()
971 static bool DiagnoseInputExistence(const Driver &D, const DerivedArgList &Args, in DiagnoseInputExistence()
1000 void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args, in BuildInputs()
1152 void Driver::BuildActions(const ToolChain &TC, DerivedArgList &Args, in BuildActions()
1302 Driver::ConstructPhaseAction(const ToolChain &TC, const ArgList &Args, in ConstructPhaseAction()
1652 static const char *MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue, in MakeCLOutputFilename()
[all …]
/external/clang/lib/AST/
DSelectorLocationsKind.cpp65 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()
DDeclTemplate.cpp166 llvm::FoldingSetVector<EntryType> &Specs, ArrayRef<TemplateArgument> Args, in findSpecializationImpl()
206 TemplateArgument *Args) { in GenerateInjectedTemplateArgs()
296 FunctionTemplateDecl::findSpecialization(ArrayRef<TemplateArgument> Args, in findSpecialization()
383 ClassTemplateDecl::findSpecialization(ArrayRef<TemplateArgument> Args, in findSpecialization()
394 ClassTemplateDecl::findPartialSpecialization(ArrayRef<TemplateArgument> Args, in findPartialSpecialization()
671 const TemplateArgument *Args, in CreateCopy()
715 const TemplateArgument *Args, in ClassTemplateSpecializationDecl()
739 const TemplateArgument *Args, in Create()
829 const TemplateArgument *Args, in ClassTemplatePartialSpecializationDecl()
850 const TemplateArgument *Args, in Create()
[all …]
/external/clang/lib/Tooling/
DArgumentsAdjusters.cpp24 return [](const CommandLineArguments &Args) { in getClangSyntaxOnlyAdjuster()
39 return [](const CommandLineArguments &Args) { in getClangStripOutputAdjuster()
58 return [Extra, Pos](const CommandLineArguments &Args) { in getInsertArgumentAdjuster()
81 return [First, Second](const CommandLineArguments &Args) { in combineAdjusters()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp303 const std::vector<GenericValue> &Args) { in lle_X_atexit()
314 const std::vector<GenericValue> &Args) { in lle_X_exit()
322 const std::vector<GenericValue> &Args) { in lle_X_abort()
333 const std::vector<GenericValue> &Args) { in lle_X_sprintf()
416 const std::vector<GenericValue> &Args) { in lle_X_printf()
432 char *Args[10]; in lle_X_sscanf() local
448 char *Args[10]; in lle_X_scanf() local
462 const std::vector<GenericValue> &Args) { in lle_X_fprintf()
475 const std::vector<GenericValue> &Args) { in lle_X_memset()
487 const std::vector<GenericValue> &Args) { in lle_X_memcpy()
/external/llvm/tools/bugpoint/
DToolRunner.cpp59 const char **Args, in RunProgramWithTimeout()
88 const char **Args, in RunProgramRemotelyWithTimeout()
133 static std::string ProcessFailure(StringRef ProgPath, const char** Args, in ProcessFailure()
176 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI()
196 const std::vector<std::string> &Args, in ExecuteProgram()
304 const std::vector<std::string> &Args, in ExecuteProgram()
373 const std::vector<std::string> &Args, in ExecuteProgram()
410 std::string &CmdPath, std::vector<std::string> &Args) { in lexCommand()
449 std::vector<std::string> Args; in createCustomCompiler() local
465 std::vector<std::string> Args; in createCustomExecutor() local
[all …]
/external/clang/unittests/AST/
DStmtPrinterTest.cpp70 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
DNamedDeclPrinterTest.cpp64 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
DDeclTest.cpp29 std::vector<std::string> Args(1, "-std=c++11"); in TEST() local
DMatchVerifier.h47 std::vector<std::string> Args; in match() local
55 std::vector<std::string> Args; in match() local
89 std::vector<std::string>& Args, Language L) { in match()
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp19 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/clang/lib/Frontend/
DCompilerInvocation.cpp74 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel()
99 static unsigned getOptimizationLevelSize(ArgList &Args) { in getOptimizationLevelSize()
115 static void addDiagnosticArgs(ArgList &Args, OptSpecifier Group, in addDiagnosticArgs()
134 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()
343 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs()
650 ArgList &Args) { in ParseDependencyOutputArgs()
[all …]
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp800 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in getAddrOfThreadPrivate() local
818 llvm::Value *Args[] = {OMPLoc, in emitThreadPrivateVarInit() local
839 FunctionArgList Args; in emitThreadPrivateVarDefinition() local
873 FunctionArgList Args; in emitThreadPrivateVarDefinition() local
941 llvm::Value *Args[] = { in emitParallelCall() local
957 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), ThreadID}; in emitSerialCall() local
1030 llvm::SmallVector<llvm::Value *, 8> Args; member in __anondef231dd0211::CallEndCleanup
1033 CallEndCleanup(llvm::Value *Callee, CleanupValuesTy Args) in CallEndCleanup()
1051 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in emitCriticalRegion() local
1088 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc)}; in emitMasterRegion() local
[all …]
DCGCUDANV.cpp79 FunctionArgList &Args) { in EmitDeviceStubBody()
98 llvm::Value *Args[3]; in EmitDeviceStubBody() local
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp184 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/skia/src/core/
DSkFunction.h26 SkFunction(R (*fn)(Args...)) : fFunction(SkNEW_ARGS(FnPtrImpl, (fn))) {} in SkFunction()
64 FnPtrImpl(R (*fn)(Args...)) : fFn(fn) {} in FnPtrImpl()
/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h131 SmallVector<const MachineInstr *, 3> Args; variable
136 MILOHDirective(MCLOHType Kind, const LOHArgs &Args) in MILOHDirective()
151 void addLOHDirective(MCLOHType Kind, const MILOHArgs &Args) { in addLOHDirective()
/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h104 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/clang/examples/clang-interpreter/
Dmain.cpp73 std::vector<std::string> Args; in Execute() local
103 SmallVector<const char *, 16> Args(argv, argv + argc); in main() local
/external/llvm/lib/Option/
DArg.cpp79 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() argument
88 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render() argument
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h71 va_list Args; in make_vector() local

1234567891011