OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DagRecTy
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp
819
case tgtok::Dag: Lex.Lex(); return
DagRecTy
::get();
1013
DagRecTy
*DType = dyn_cast<
DagRecTy
>(LHSt->getType());
1146
Type =
DagRecTy
::get();
1147
ArgType =
DagRecTy
::get();
1386
Type =
DagRecTy
::get();
1920
} else if (
DagRecTy
*InDagTy = dyn_cast<
DagRecTy
>(MHSt->getType())) {
1926
if (ItemType && !isa<
DagRecTy
>(ItemType)) {
Record.cpp
53
DagRecTy
DagRecTy
::Shared;
137
std::string
DagRecTy
::getAsString() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
202
class
DagRecTy
: public RecTy {
203
static
DagRecTy
Shared;
205
DagRecTy
() : RecTy(DagRecTyKind) {}
212
static
DagRecTy
*get() { return &Shared; }
1317
: TypedInit(IK_DagInit,
DagRecTy
::get()), Val(V), ValName(VN),
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026