/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 557 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 594 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 748 unsigned getNumArgs() const override { getNumArgs() function 804 unsigned getNumArgs() const override { getNumArgs() function 849 unsigned getNumArgs() const override { getNumArgs() function 926 unsigned getNumArgs() const override { return 0; } getNumArgs() function 1014 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } getNumArgs() function 1085 unsigned getNumArgs() const override { getNumArgs() function 1147 unsigned getNumArgs() const override { getNumArgs() function 1219 unsigned getNumArgs() const override { return getDecl()->getNumParams(); } getNumArgs() function 1277 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } getNumArgs() function [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 107 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; } in getNumArgs() function in __anon344eb2870111::UnmangledFuncInfo 111 unsigned ManglingRule::getNumArgs() const { in getNumArgs() function in __anon344eb2870111::ManglingRule 987 unsigned AMDGPUMangledLibFunc::getNumArgs() const { getNumArgs() function in AMDGPUMangledLibFunc 991 unsigned AMDGPUUnmangledLibFunc::getNumArgs() const { getNumArgs() function in AMDGPUUnmangledLibFunc
|
H A D | AMDGPULibFunc.h | 381 unsigned getNumArgs() const { return Impl->getNumArgs(); } in getNumArgs() function
|
/llvm-project/llvm/include/llvm/Option/ |
H A D | Option.h | 153 unsigned getNumArgs() const { return Info->Param; } getNumArgs() function
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Operator.h | 224 int getNumArgs() const { return arguments.size(); } getNumArgs() function
|
/llvm-project/lldb/examples/python/ |
H A D | pytracer.py | 99 def getNumArgs(wantVarargs=False, wantKWArgs=False): member in ArgsFancy
|
/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 534 unsigned Selector::getNumArgs() const { getNumArgs() function in Selector
|
/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 896 unsigned getNumArgs() const { in getNumArgs() function
|
H A D | Diagnostic.h | 1586 unsigned getNumArgs() const { return DiagObj->DiagStorage.NumDiagArgs; } getNumArgs() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 481 unsigned getNumArgs() const { return SelName.getNumArgs(); } in getNumArgs() function 1382 unsigned getNumArgs() const { return NumArgs; } getNumArgs() function
|
H A D | TypeLoc.h | 1683 unsigned getNumArgs() const { getNumArgs() function 2264 unsigned getNumArgs() const { getNumArgs() function 2520 unsigned getNumArgs() const { getNumArgs() function
|
H A D | ExprCXX.h | 1686 unsigned getNumArgs() const { return NumArgs; } in getNumArgs() function 2814 unsigned getNumArgs() const { return TypeTraitExprBits.NumArgs; } getNumArgs() function 3613 unsigned getNumArgs() const { return CXXUnresolvedConstructExprBits.NumArgs; } getNumArgs() function [all...] |
H A D | Expr.h | 3003 unsigned getNumArgs() const { return NumArgs; } getNumArgs() function [all...] |
/llvm-project/mlir/lib/TableGen/ |
H A D | Pattern.cpp | 158 int DagNode::getNumArgs() const { return node->getNumArgs(); } getNumArgs() function in DagNode
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 386 unsigned getNumArgs() const { return NumArgs; } in getNumArgs() function
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 939 unsigned getNumArgs() const { return Args.size(); } getNumArgs() function
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1483 unsigned getNumArgs() const { return NumArgs; } getNumArgs() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2800 unsigned getNumArgs() const { return getSize() - 1; } getNumArgs() function
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 374 size_t getNumArgs() const { return ArgumentTypes.size(); } getNumArgs() function
|