OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
TGParser.cpp
615
RecTy *
SubType
= ParseType();
616
if (
SubType
== 0) return 0;
623
return ListRecTy::get(
SubType
);
[
all
...]
/external/mksh/src/
eval.c
184
typedef struct
SubType
{
186
struct
SubType
*prev; /* old type */
187
struct
SubType
*next; /* poped type (to avoid re-allocating) */
193
}
SubType
;
211
SubType
st_head, *st;
344
SubType
*newst;
346
newst = alloc(sizeof(
SubType
), ATEMP);
[
all
...]
Completed in 19 milliseconds