HomeSort by relevance Sort by last modified time
    Searched defs:Args (Results 176 - 200 of 224) sorted by null

1 2 3 4 5 6 78 9

  /external/clang/lib/Driver/
Tools.cpp 87 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
88 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) {
89 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) &&
90 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) {
92 << A->getBaseArg().getAsString(Args)
100 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) {
102 if (Args.hasArg(options::OPT_static))
104 Args.getLastArg(options::OPT_dynamic, options::OPT_mdynamic_no_pic))
105 D.Diag(diag::err_drv_argument_not_allowed_with) << A->getAsString(Args)
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 415 ArrayRef<Expr *> Args,
580 ArrayRef<QualType> args,
586 return Context->getFunctionType(result, args, fpi);
620 // All the args are checked/rewritten. Don't call twice!
    [all...]
RewriteObjC.cpp 349 ArrayRef<Expr *> Args,
480 ArrayRef<QualType> args,
486 return Context->getFunctionType(result, args, fpi);
551 // All the args are checked/rewritten. Don't call twice!
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 686 SmallVector<IdentifierInfo *, 16> Args;
687 Args.push_back(FirstII);
689 Args.push_back(Reader.getLocalIdentifier(
692 return SelTable.getSelector(N, Args.data());
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1109 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1215 os << *args[0]; local
1218 os << ", " << *args[1]; local
1221 os << ", " << *args[2]; local
1224 os << ", " << *args[3]; local
1265 BaseArgExprs args; local
1314 os << "{" << *args[0] << " | " << *args[1] << "}"; local
1521 ArgExprs args; local
1562 os << "(" << *args[0] << " ? " << *args[1] << " : " << *args[2] << ")"; local
1977 void doPrint (ostream& os, const BaseArgExprs& args) const { os << "-" << *args[0]; } local
2480 os << *args[0] << "[" << *args[1] << "]"; local
2711 os << "-(" << *args[0] << ")"; local
3405 os << "(" << *args[0] << " * " << *args[1] << ")"; local
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1130 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1236 os << *args[0]; local
1239 os << ", " << *args[1]; local
1242 os << ", " << *args[2]; local
1245 os << ", " << *args[3]; local
1286 BaseArgExprs args; local
1335 os << "{" << *args[0] << " | " << *args[1] << "}"; local
1542 ArgExprs args; local
1583 os << "(" << *args[0] << " ? " << *args[1] << " : " << *args[2] << ")"; local
1998 void doPrint (ostream& os, const BaseArgExprs& args) const { os << "-" << *args[0]; } local
2501 os << *args[0] << "[" << *args[1] << "]"; local
2732 os << "-(" << *args[0] << ")"; local
3456 os << "(" << *args[0] << " * " << *args[1] << ")"; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 243 // functions cannot be template args so they cannot be formed through template
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 397 ArrayRef<Expr *> Args) {
450 // the sentinel, and the args after the sentinel, complain.
451 if (Args.size() < numFormalParams + numArgsAfterSentinel + 1) {
458 Expr *sentinelExpr = Args[Args.size() - numArgsAfterSentinel - 1];
    [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 11849 Value* args[6] = {Builder.getInt32(15), Builder.getInt32(0), local
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1478 milliseconds

1 2 3 4 5 6 78 9