/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
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 { in getNumArgs() function 804 unsigned getNumArgs() const override { in getNumArgs() function 849 unsigned getNumArgs() const override { in getNumArgs() function 926 unsigned getNumArgs() const override { return 0; } in getNumArgs() function 1014 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 1085 unsigned getNumArgs() const override { in getNumArgs() function 1147 unsigned getNumArgs() const override { in getNumArgs() function 1219 unsigned getNumArgs() const override { return getDecl()->getNumParams(); } in getNumArgs() function [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 556 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 593 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 732 unsigned getNumArgs() const override { in getNumArgs() function 777 unsigned getNumArgs() const override { in getNumArgs() function 854 unsigned getNumArgs() const override { return 0; } in getNumArgs() function 942 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 1013 unsigned getNumArgs() const override { in getNumArgs() function 1075 unsigned getNumArgs() const override { in getNumArgs() function 1147 unsigned getNumArgs() const override { return getDecl()->getNumParams(); } in getNumArgs() function 1205 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 556 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 593 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 732 unsigned getNumArgs() const override { in getNumArgs() function 777 unsigned getNumArgs() const override { in getNumArgs() function 854 unsigned getNumArgs() const override { return 0; } in getNumArgs() function 942 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 1013 unsigned getNumArgs() const override { in getNumArgs() function 1075 unsigned getNumArgs() const override { in getNumArgs() function 1147 unsigned getNumArgs() const override { return getDecl()->getNumParams(); } in getNumArgs() function 1205 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 556 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 593 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 732 unsigned getNumArgs() const override { in getNumArgs() function 777 unsigned getNumArgs() const override { in getNumArgs() function 854 unsigned getNumArgs() const override { return 0; } in getNumArgs() function 942 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 1013 unsigned getNumArgs() const override { in getNumArgs() function 1075 unsigned getNumArgs() const override { in getNumArgs() function 1147 unsigned getNumArgs() const override { return getDecl()->getNumParams(); } in getNumArgs() function 1205 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 488 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 523 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 664 unsigned getNumArgs() const override { in getNumArgs() function 708 unsigned getNumArgs() const override { in getNumArgs() function 754 unsigned getNumArgs() const override { return 0; } in getNumArgs() function 808 unsigned getNumArgs() const override { return getOriginExpr()->getNumArgs(); } in getNumArgs() function 850 unsigned getNumArgs() const override { in getNumArgs() function 910 unsigned getNumArgs() const override { in getNumArgs() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 102 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; } in getNumArgs() function in __anon156e2f2e0111::UnmangledFuncInfo 106 unsigned ManglingRule::getNumArgs() const { in getNumArgs() function in __anon156e2f2e0111::ManglingRule 927 unsigned AMDGPUMangledLibFunc::getNumArgs() const { in getNumArgs() function in AMDGPUMangledLibFunc 931 unsigned AMDGPUUnmangledLibFunc::getNumArgs() const { in getNumArgs() function in AMDGPUUnmangledLibFunc
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 107 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; } in getNumArgs() function in __anon3521f7740111::UnmangledFuncInfo 111 unsigned ManglingRule::getNumArgs() const { in getNumArgs() function in __anon3521f7740111::ManglingRule 933 unsigned AMDGPUMangledLibFunc::getNumArgs() const { in getNumArgs() function in AMDGPUMangledLibFunc 937 unsigned AMDGPUUnmangledLibFunc::getNumArgs() const { in getNumArgs() function in AMDGPUUnmangledLibFunc
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/commandline/ |
D | Param.java | 13 public abstract int getNumArgs(); in getNumArgs() method
|
D | SingleArgParamOptional.java | 62 public int getNumArgs() { in getNumArgs() method in SingleArgParamOptional
|
D | SingleArgParam.java | 62 public int getNumArgs() { in getNumArgs() method in SingleArgParam
|
D | MultipleArgParam.java | 51 public int getNumArgs() { in getNumArgs() method in MultipleArgParam
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 374 unsigned getNumArgs() const { return ExtraKindOrNumArgs - NUM_EXTRA_KINDS; } in getNumArgs() function in clang::MultiKeywordSelector 399 unsigned Selector::getNumArgs() const { in getNumArgs() function in Selector
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/ |
D | Diagnostic.h | 30 unsigned int getNumArgs() const { return m_Engine.state().numArgs; } in getNumArgs() function
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/ |
H A D | CFunc.java | 72 public int getNumArgs() { in getNumArgs() method in CFunc
|
H A D | JFunc.java | 95 public int getNumArgs() { in getNumArgs() method in JFunc
|
/aosp_15_r20/external/llvm/include/llvm/Option/ |
H A D | Option.h | 130 unsigned getNumArgs() const { return Info->Param; } in getNumArgs() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Option/ |
H A D | Option.h | 151 unsigned getNumArgs() const { return Info->Param; } in getNumArgs() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | Option.h | 138 unsigned getNumArgs() const { return Info->Param; } in getNumArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Option/ |
D | Option.h | 153 unsigned getNumArgs() const { return Info->Param; } in getNumArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Option/ |
D | Option.h | 153 unsigned getNumArgs() const { return Info->Param; } in getNumArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Option/ |
D | Option.h | 153 unsigned getNumArgs() const { return Info->Param; } in getNumArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Option/ |
D | Option.h | 153 unsigned getNumArgs() const { return Info->Param; } in getNumArgs() function
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ |
H A D | VelocimacroProxy.java | 142 public int getNumArgs() in getNumArgs() method in VelocimacroProxy
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTypes.h | 171 SizeT getNumArgs() const { return ArgList.size(); } in getNumArgs() function
|
H A D | IceIntrinsics.h | 161 SizeT getNumArgs() const { in getNumArgs() function
|