Home
last modified time | relevance | path

Searched defs:getArg (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-bcel/src/examples/Mini/
DFunction.java76 public ASTIdent getArg(int i) { return args[i]; } in getArg() method in Function
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncExtFunction.java137 public Expression getArg(int n) { in getArg() method in FuncExtFunction
/external/clang/include/clang/AST/
DTemplateBase.h654 TemplateSpecializationType::getArg(unsigned Idx) const { in getArg() function
660 DependentTemplateSpecializationType::getArg(unsigned Idx) const { in getArg() function
DExprCXX.h1288 Expr *getArg(unsigned Arg) { in getArg() function
1292 const Expr *getArg(unsigned Arg) const { in getArg() function
2320 TypeSourceInfo *getArg(unsigned I) const { in getArg() function
3088 Expr *getArg(unsigned I) { in getArg() function
3093 const Expr *getArg(unsigned I) const { in getArg() function
DExpr.h2217 Expr *getArg(unsigned Arg) { in getArg() function
2221 const Expr *getArg(unsigned Arg) const { in getArg() function
DDecl.h134 StringRef getArg() const { return getTrailingObjects<char>(); } in getArg() function
/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp136 getArg(Function *F, unsigned I) { in getArg() function
DSPIRVToOCL20.cpp202 auto getArg = [=](unsigned I){ in visitCallSPIRVMemoryBarrier() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h1157 Init *getArg(unsigned i) const { in getArg() function
1253 Init *getArg(unsigned Num) const { in getArg() function
/external/clang/include/clang/Sema/
DAttributeList.h413 ArgsUnion getArg(unsigned Arg) const { in getArg() function
/external/skia/src/sksl/
DSkSLIRGenerator.cpp2054 std::unique_ptr<Expression> IRGenerator::getArg(int offset, String name) const { in getArg() function in SkSL::IRGenerator
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1990 std::unique_ptr<Expression> IRGenerator::getArg(int offset, String name) const { in getArg() function in SkSL::IRGenerator
/external/swiftshader/third_party/subzero/src/
DIceInst.h441 Operand *getArg(SizeT I) const { return getSrc(I + 1); } in getArg() function
/external/llvm/include/llvm/TableGen/
DRecord.h1143 Init *getArg(unsigned Num) const { in getArg() function
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1293 Init *getArg(unsigned Num) const { in getArg() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp409 ArgEffect getArg(unsigned idx) const { in getArg() function in __anonf8e0d6ba0211::RetainSummary