Home
last modified time | relevance | path

Searched refs:getArgs (Results 1 – 25 of 76) sorted by relevance

1234

/external/clang/lib/Driver/
DDriver.cpp496 &getToolChain(C->getArgs(), llvm::Triple(TC.getTriple().isArch64Bit() in BuildCompilation()
511 BuildActions(*C, C->getDefaultToolChain(), C->getArgs(), Inputs, in BuildCompilation()
542 if (C.getArgs().hasArg(options::OPT_fno_crash_diagnostics)) in generateCompilationDiagnostics()
573 BuildInputs(C.getDefaultToolChain(), C.getArgs(), Inputs); in generateCompilationDiagnostics()
607 for (const Arg *A : C.getArgs()) { in generateCompilationDiagnostics()
626 BuildActions(C, TC, C.getArgs(), Inputs, C.getActions()); in generateCompilationDiagnostics()
693 for (const auto &A : C.getArgs().filtered(options::OPT_frewrite_map_file, in generateCompilationDiagnostics()
711 C.addTempFile(C.getArgs().MakeArgString(TmpName.c_str()))); in setUpResponseFiles()
718 if (C.getArgs().hasArg(options::OPT__HASH_HASH_HASH)) { in ExecuteCompilation()
800 if (Arg *A = C.getArgs().getLastArg(options::OPT_mthread_model)) { in PrintVersion()
[all …]
/external/deqp/framework/delibs/decpp/
DdeCommandLine.cpp388 DE_TEST_ASSERT(cmdLine.getArgs().size() == DE_LENGTH_OF_ARRAY(args)); in selfTest()
391 DE_TEST_ASSERT(cmdLine.getArgs()[ndx] == args[ndx]); in selfTest()
466 DE_TEST_ASSERT(cmdLine.getArgs().size() == 2); in selfTest()
467 DE_TEST_ASSERT(cmdLine.getArgs()[0] == "--int=2"); in selfTest()
468 DE_TEST_ASSERT(cmdLine.getArgs()[1] == "-b"); in selfTest()
485 DE_TEST_ASSERT(cmdLine.getArgs().size() == 1); in selfTest()
486 DE_TEST_ASSERT(cmdLine.getArgs()[0] == "foo"); in selfTest()
/external/caliper/caliper/src/main/java/com/google/caliper/config/
DCaliperConfig.java114 .addAllOptions(getArgs(subgroupMap(properties, "vm"))) in getDefaultVmConfig()
130 .addAllOptions(getArgs(vmGroupMap)) in getVmConfig()
131 .addAllOptions(getArgs(vmMap)) in getVmConfig()
184 private static List<String> getArgs(Map<String, String> properties) { in getArgs() method in CaliperConfig
/external/vogar/test/vogar/android/
DHostRuntimeLocalTargetTest.java58 List<String> args = command.getArgs(); in testLocalTarget()
95 List<String> args = command.getArgs(); in testLocalTarget_Benchmark()
DDeviceRuntimeAdbTargetTest.java65 List<String> args = command.getArgs(); in testAdbTarget()
99 List<String> args = command.getArgs(); in testAdbTarget_Benchmark()
DDeviceRuntimeSshTargetTest.java59 List<String> args = command.getArgs(); in testSshTarget()
/external/clang/include/clang/AST/
DExprObjC.h982 return reinterpret_cast<SourceLocation*>(getArgs() + getNumArgs());
985 return reinterpret_cast<const SourceLocation*>(getArgs() + getNumArgs());
1288 Expr **getArgs() {
1291 const Expr * const *getArgs() const {
1298 return cast<Expr>(getArgs()[Arg]);
1302 return cast<Expr>(getArgs()[Arg]);
1307 getArgs()[Arg] = ArgExpr;
1329 llvm::makeArrayRef(const_cast<Expr**>(getArgs()),
1371 arg_iterator arg_begin() { return reinterpret_cast<Stmt **>(getArgs()); }
1373 return reinterpret_cast<Stmt **>(getArgs() + NumArgs);
[all …]
DTemplateBase.h650 return getArgs() + getNumArgs(); in end()
655 return getArgs() + getNumArgs(); in end()
661 return getArgs()[Idx]; in getArg()
667 return getArgs()[Idx]; in getArg()
/external/clang/include/clang/Driver/
DCompilation.h101 const llvm::opt::DerivedArgList &getArgs() const { return *TranslatedArgs; } in getArgs() function
103 llvm::opt::DerivedArgList &getArgs() { return *TranslatedArgs; } in getArgs() function
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-regr4/pkg/core/
Dcallables.py3 getID, getArgs, getRawFunction, ListenerInadequate, CallArgsInfo = [None]*5 variable
Dlistener.py2 getID, getArgs, getRawFunction,\
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DSequenceOptimizer.java38 LinkedList<PExpression> args = originalNode.getArgs(); in caseASequenceExpression()
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp96 opts.getArgs().size() != 2) in parseCommandLine()
104 cmdLine.batchResultFile = opts.getArgs()[0]; in parseCommandLine()
105 cmdLine.outputPath = opts.getArgs()[1]; in parseCommandLine()
DxeTestLogCompare.cpp377 opts.getArgs().empty()) in parseCommandLine()
387 cmdLine.filenames = opts.getArgs(); in parseCommandLine()
/external/vogar/src/vogar/commands/
DCommandFailedException.java35 public List<String> getArgs() { in getArgs() method in CommandFailedException
/external/deqp/scripts/build/
Dbuild.py34 cfgArgs += config.getArgs()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DASequenceExpression.java38 public LinkedList<PExpression> getArgs() in getArgs() method in ASequenceExpression
DAFunctionExpression.java68 public LinkedList<PExpression> getArgs() in getArgs() method in AFunctionExpression
/external/clang/lib/AST/
DExprObjC.cpp196 Expr **MyArgs = getArgs(); in initArgsAndSelLocs()
363 begin = reinterpret_cast<Stmt **>(getArgs()); in children()
365 reinterpret_cast<Stmt **>(getArgs() + getNumArgs())); in children()
/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp57 if (C->getArgs().hasArg(driver::options::OPT__HASH_HASH_HASH)) { in createInvocationFromCommandLine()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h216 ArrayRef<ArgEffect> getArgs() const { return Args; } in getArgs() function
/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h151 const LOHArgs &getArgs() const { return Args; } in getArgs() function
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFunctionMultiArgs.java47 public Expression[] getArgs() in getArgs() method in FunctionMultiArgs
/external/llvm/include/llvm/Option/
DArgList.h133 arglist_type &getArgs() { return Args; } in getArgs() function
134 const arglist_type &getArgs() const { return Args; } in getArgs() function
/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h122 const LOHArgs &getArgs() const { return Args; } in getArgs() function

1234