OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntRecTyKind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
62
IntRecTyKind
,
145
IntRecTy() : RecTy(
IntRecTyKind
) {}
149
return RT->getRecTyKind() ==
IntRecTyKind
;
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
73
if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() ==
IntRecTyKind
)
98
return (kind == BitRecTyKind && Size == 1) || (kind ==
IntRecTyKind
);
109
return kind==BitRecTyKind || kind==BitsRecTyKind || kind==
IntRecTyKind
;
Completed in 16 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026