OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumTypes
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.cpp
24
uint32_t
NumTypes
= 0;
26
++
NumTypes
;
27
return
NumTypes
;
/src/sys/external/bsd/acpica/dist/compiler/
aslpredef.c
736
UINT32
NumTypes
;
764
NumTypes
= AcpiUtGetResourceBitWidth (AslGbl_MsgBuffer,
769
(
NumTypes
> 1) ? " (depending on descriptor type)" : "");
/src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c
450
UINT32
NumTypes
;
453
NumTypes
= AcpiUtGetResourceBitWidth (Gbl_Buffer,
459
(
NumTypes
> 1) ? " (depending on descriptor type)" : "");
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOpcodesEmitter.cpp
25
unsigned
NumTypes
;
30
NumTypes
(Records.getAllDerivedDefinitions("Type").size()) {}
303
if (Cases.size() <
NumTypes
)
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
1088
uint32_t
NumTypes
= Signatures.size();
1091
if (Type >=
NumTypes
)
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstructionSelector.cpp
1495
const static unsigned
NumTypes
= 4; // i8, i16, i32, i64
1523
} OpTable[
NumTypes
] = {
X86FastISel.cpp
1868
const static unsigned
NumTypes
= 4; // i8, i16, i32, i64
1897
} OpTable[
NumTypes
] = {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
3198
for (unsigned TypeIdx = 0,
NumTypes
= NestedTypes.size(); TypeIdx !=
NumTypes
;
3241
TypeIdx ==
NumTypes
- 1)
3277
if (TypeIdx ==
NumTypes
- 1)
SemaDecl.cpp
17654
const unsigned
NumTypes
= 4;
17655
QualType SignedIntegralTypes[
NumTypes
] = {
17658
QualType UnsignedIntegralTypes[
NumTypes
] = {
17666
for (unsigned I = 0; I !=
NumTypes
; ++I)
SemaLookup.cpp
736
for (unsigned Index = 1; Index < OpenCLBuiltin.
NumTypes
; Index++) {
TreeTransform.h
14181
const unsigned
NumTypes
= llvm::array_lengthof(Types);
14183
for (unsigned I = 0; I !=
NumTypes
; ++I)
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
5673
const unsigned
NumTypes
= D.getNumTypeObjects();
5675
for (unsigned Idx = 0; Idx !=
NumTypes
; ++Idx)
Completed in 221 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026