Home
last modified time | relevance | path

Searched defs:IntType (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type-private.hh613 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/
DMixedTBAATest.cpp39 auto IntType = Type::getInt32Ty(C); in TEST_F() local
DAliasAnalysisTest.cpp76 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
DRangeConstraintManager.cpp355 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
398 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
/external/llvm/test/DebugInfo/PDB/Inputs/
Dsymbolformat.cpp55 typedef int IntType; typedef
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp254 DIType IntType = DBuilder.createBasicType("int", 32, 0, in CreateOldFunctionBodyAndDI() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp62 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/
DTargetInfo.h110 enum IntType { enum
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp95 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp406 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
/external/llvm/bindings/go/llvm/
Dir.go483 func (c Context) IntType(numbits int) (t Type) { func
494 func IntType(numbits int) (t Type) { func