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

1 2 3 4 5

  /external/swiftshader/third_party/subzero/src/
IceTypes.h 93 bool isIntegerType(Type Ty); // scalar or vector
IceTypes.cpp 196 bool isIntegerType(Type Ty) {
199 llvm_unreachable("Invalid type for isIntegerType()");
PNaClTranslator.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 327 if (Rhs->getType()->isIntegerType() && Lhs->getType()->isPointerType()) {
334 if (Lhs->getType()->isIntegerType() && Rhs->getType()->isPointerType()) {
UnixAPIChecker.cpp 101 if (!QT->isIntegerType()) {
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 220 if (type->isIntegerType()) {
  /external/clang/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /external/clang/lib/Analysis/
BodyFarm.cpp 183 if (!PredicateTy->isIntegerType())
  /external/clang/lib/Sema/
SemaChecking.cpp 83 if (!Ty->isIntegerType()) {
126 if (!Ty->isIntegerType()) {
140 if (!(PtrTy && PtrTy->getPointeeType()->isIntegerType() &&
394 if (!Arg1->getType()->isIntegerType()) {
445 if (!Arg3->getType()->isIntegerType()) {
592 if (!Arg2->getType()->isIntegerType() &&
626 if (!Call->getArg(1)->getType()->isIntegerType() &&
    [all...]
SemaExpr.cpp     [all...]
SemaStmtAsm.cpp 473 if (InTy->isIntegerType() || InTy->isPointerType())
480 if (OutTy->isIntegerType() || OutTy->isPointerType())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)

Completed in 333 milliseconds

1 2 3 4 5