Searched defs:IntType (Results 1 – 14 of 14) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 626 struct IntType struct 628 inline void set (Type i) { v.set (i); } in set() 629 inline operator Type(void) const { return v; } in operator Type() 630 inline bool operator == (const IntType<Type,Size> &o) const { return (Type) v == (Type) o.v; } in operator ==() 631 inline bool operator != (const IntType<Type,Size> &o) const { return !(*this == o); } in operator !=() 632 …c inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } in cmp() 633 inline int cmp (Type a) const in cmp() 641 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() 647 BEInt<Type, Size> v;
|
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 40 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
D | AliasAnalysisTest.cpp | 175 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 | 386 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local 429 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 | 256 auto *IntType = in CreateOldFunctionBodyAndDI() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 62 QualType T, llvm::IntegerType *IntType) { in EmitToInt() 97 llvm::IntegerType *IntType = in MakeBinaryAtomicValue() local 159 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local 198 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeAtomicCmpXchgValue() local 1827 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
|
D | TargetInfo.cpp | 53 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); in coerceToIntArray() local
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 117 enum IntType { enum
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 405 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 95 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 485 func (c Context) IntType(numbits int) (t Type) { func 496 func IntType(numbits int) (t Type) { func
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 870 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmp() local
|