OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RetType
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/Mips/
MipsOs16.cpp
27
Type*
RetType
= F.getReturnType();
28
switch (
RetType
->getTypeID()) {
Mips16HardFloat.cpp
165
Type*
RetType
= F.getReturnType();
166
return whichFPReturnVariant(
RetType
) != NoFPRet;
/external/llvm/include/llvm/Support/
Casting.h
43
RetType
;
44
static
RetType
getSimplifiedValue(const From& Val) {
/external/clang/lib/Sema/
SemaStmt.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
Completed in 984 milliseconds