OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OtherType
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Index/
print-type.c
8
typedef double
OtherType
;
40
// CHECK: TypedefDecl=
OtherType
:8:16 (Definition) [type=
OtherType
] [typekind=Typedef] [canonicaltype=double] [canonicaltypekind=Double] [isPOD=1]
print-type.cpp
19
typedef double
OtherType
;
66
// CHECK: TypedefDecl=
OtherType
:19:18 (Definition) [type=
OtherType
] [typekind=Typedef] [canonicaltype=double] [canonicaltypekind=Double] [isPOD=1]
/external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
84
enum
OtherType
{
Completed in 2869 milliseconds