HomeSort by relevance Sort by last modified time
    Searched refs:RetType (Results 1 - 12 of 12) 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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 76 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \
79 ? (RetType) Fct (Val) \
81 ? (RetType) Fct##f (Val) \
82 : (RetType) __tgml(Fct) (Val)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 85 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \
88 ? (RetType) Fct (Val) \
90 ? (RetType) Fct##f (Val) \
91 : (RetType) __tgml(Fct) (Val)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 76 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \
79 ? (RetType) Fct (Val) \
81 ? (RetType) Fct##f (Val) \
82 : (RetType) __tgml(Fct) (Val)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 85 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \
88 ? (RetType) Fct (Val) \
90 ? (RetType) Fct##f (Val) \
91 : (RetType) __tgml(Fct) (Val)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 76 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \
79 ? (RetType) Fct (Val) \
81 ? (RetType) Fct##f (Val) \
82 : (RetType) __tgml(Fct) (Val)))
  /external/llvm/include/llvm/Support/
Casting.h 43 RetType;
44 static RetType getSimplifiedValue(const From& Val) {
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 605 milliseconds