Searched defs:IntType (Results 1 – 12 of 12) sorted by relevance
| /external/harfbuzz_ng/src/ |
| D | hb-open-type-private.hh | 613 struct IntType struct 615 inline void set (Type i) { v.set (i); } in set() 616 inline operator Type(void) const { return v; } in operator Type() 617 inline bool operator == (const IntType<Type,Size> &o) const { return v == o.v; } in operator ==() 618 inline bool operator != (const IntType<Type,Size> &o) const { return v != o.v; } in operator !=() 619 …c inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } in cmp() 620 …cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; } in cmp() 621 inline int cmp (Type a) const { Type b = v; return a < b ? -1 : a == b ? 0 : +1; } in cmp() 622 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize() 627 BEInt<Type, Size> v;
|
| /external/llvm/unittests/Analysis/ |
| D | MixedTBAATest.cpp | 39 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
| D | AliasAnalysisTest.cpp | 76 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | SimpleSValBuilder.cpp | 378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local 493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
|
| D | RangeConstraintManager.cpp | 355 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local 398 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
|
| /external/llvm/test/DebugInfo/PDB/Inputs/ |
| D | symbolformat.cpp | 55 typedef int IntType; typedef
|
| /external/llvm/unittests/Transforms/Utils/ |
| D | Cloning.cpp | 254 DIType IntType = DBuilder.createBasicType("int", 32, 0, in CreateOldFunctionBodyAndDI() local
|
| /external/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 62 QualType T, llvm::IntegerType *IntType) { in EmitToInt() 97 llvm::IntegerType *IntType = in EmitBinaryAtomic() local 132 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local 1052 llvm::IntegerType *IntType = in EmitBuiltinExpr() local 1081 llvm::IntegerType *IntType = in EmitBuiltinExpr() local 1615 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
|
| /external/clang/include/clang/Basic/ |
| D | TargetInfo.h | 110 enum IntType { enum
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 95 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
|
| /external/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 406 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
|
| /external/llvm/bindings/go/llvm/ |
| D | ir.go | 483 func (c Context) IntType(numbits int) (t Type) { func 494 func IntType(numbits int) (t Type) { func
|