Home
last modified time | relevance | path

Searched refs:NumParameters (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMacroInfo.h61 unsigned NumParameters = 0; variable
169 assert(ParameterList == nullptr && NumParameters == 0 && in setParameterList()
174 NumParameters = List.size(); in setParameterList()
182 bool param_empty() const { return NumParameters == 0; } in param_empty()
184 param_iterator param_end() const { return ParameterList + NumParameters; } in param_end()
185 unsigned getNumParams() const { return NumParameters; } in getNumParams()
187 return ArrayRef<const IdentifierInfo *>(ParameterList, NumParameters); in params()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dfunction-options.ll66 ; CHECK: NumParameters: 1
82 ; CHECK: NumParameters: 1
94 ; CHECK: NumParameters: 0
119 ; CHECK: NumParameters: 1
130 ; CHECK: NumParameters: 0
156 ; CHECK: NumParameters: 1
167 ; CHECK: NumParameters: 0
193 ; CHECK: NumParameters: 1
217 ; CHECK: NumParameters: 1
229 ; CHECK: NumParameters: 1
[all …]
H A Dtypes-calling-conv.ll56 ; CHECK: NumParameters: 0
114 ; CHECK: NumParameters: 0
129 ; CHECK: NumParameters: 0
144 ; CHECK: NumParameters: 0
159 ; CHECK: NumParameters: 0
H A Dtypes-non-virtual-methods.ll44 ; CHECK: NumParameters: 0
83 ; CHECK: NumParameters: 0
163 ; CHECK: NumParameters: 0
182 ; CHECK: NumParameters: 1
201 ; CHECK: NumParameters: 1
H A Dstatic-methods.ll24 ; CHECK-NEXT: NumParameters: 0
36 ; CHECK-NEXT: NumParameters: 0
48 ; CHECK-NEXT: NumParameters: 2
H A Dtypes-method-ref-qualifiers.ll112 ; CHECK: NumParameters: 0
138 ; CHECK: NumParameters: 0
164 ; CHECK: NumParameters: 0
H A Dtypes-empty-member-fn.ll26 ; CHECK-NEXT: NumParameters: 0
H A Dtypes-basic.ll55 ; CHECK: NumParameters: 3
129 ; CHECK: NumParameters: 0
204 ; CHECK: NumParameters: 0
366 ; ASM: .short 0x3 # NumParameters
424 ; ASM: .short 0x0 # NumParameters
490 ; ASM: .short 0x0 # NumParameters
H A Dtype-quals.ll78 ; CHECK: NumParameters: 1
204 ; CHECK: NumParameters: 1
239 ; CHECK: NumParameters: 0
288 ; CHECK: NumParameters: 1
H A Dvirtual-methods.ll33 ; CHECK-NEXT: NumParameters: 0
47 ; CHECK-NEXT: NumParameters: 0
61 ; CHECK-NEXT: NumParameters: 0
85 ; CHECK-NEXT: NumParameters: 0
H A Dinlining.ll88 ; ASM: .short 0x0 # NumParameters
113 ; OBJ: NumParameters: 0
/llvm-project-15.0.7/clang/lib/Lex/
H A DMacroInfo.cpp168 for (unsigned I = 0; I != NumParameters; ++I) { in dump()
173 if (NumParameters && IsC99Varargs) Out << ", "; in dump()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-merging.test30 OBJ1-NEXT: NumParameters: 1
69 CHECK-NEXT: NumParameters: 1
H A Dcodeview-merging-ghash.test29 # MERGED-NEXT: NumParameters: 0
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Dinline_sites.s398 .short 0x1 # NumParameters
427 .short 0x1 # NumParameters
490 .short 0x1 # NumParameters
555 .short 0x2 # NumParameters
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-inlinees.s225 # NumParameters: 0
262 # NumParameters: 0
H A Dpdb-inlinees-extrafiles.s227 # NumParameters: 0
264 # NumParameters: 0
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dmissing-type.s68 .short 0x2 # NumParameters
H A Dsubfield_register_simple_type.s379 .short 0x1 # NumParameters
410 .short 0x2 # NumParameters
H A Dlocal-variables-registers.s382 .short 0x2 # NumParameters
444 .short 0x2 # NumParameters
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-global-constants-b.s137 # NumParameters: 0
H A Dpdb-global-constants-a.s147 # NumParameters: 0
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dcv-def-range-align.s144 # NumParameters: 2
H A Dcv-loc-unreachable.s160 # NumParameters: 0
H A Dcv-loc-unreachable-2.s153 # NumParameters: 0

12