HomeSort by relevance Sort by last modified time
    Searched refs:isFloatingType (Results 1 - 25 of 41) sorted by null

1 2

  /external/swiftshader/third_party/subzero/src/
IceTypes.h 98 bool isFloatingType(Type Ty); // scalar or vector
IceTypes.cpp 224 bool isFloatingType(Type Ty) {
227 llvm_unreachable("Invalid type for isFloatingType()");
IceAssemblerARM32.cpp     [all...]
IceInstARM32.cpp     [all...]
PNaClTranslator.cpp     [all...]
IceTargetLoweringARM32.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
  /external/clang/lib/AST/
Type.cpp 399 return CT->getElementType()->isFloatingType();
    [all...]
ExprCXX.cpp 675 if (ParamTy->isFloatingType())
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 840 bool LitIsFloat = ArgTy->isFloatingType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 610 assert(DstType->isFloatingType());
837 (OrigSrcType->isFloatingType() || DstType->isFloatingType()))
    [all...]
TargetInfo.cpp 791 } else if (Ty->isFloatingType()) {
    [all...]

Completed in 910 milliseconds

1 2