/external/protobuf/src/google/protobuf/stubs/ |
D | mathlimits.h | 165 #define DECL_SIGNED_INT_LIMITS(IntType, UnsignedIntType) \ argument 185 #define DECL_UNSIGNED_INT_LIMITS(IntType) \ argument
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 210 #define TestFild(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument 237 #define TestFistp(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
|
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 628 struct IntType struct 630 inline void set (Type i) { v.set (i); } in set() 631 inline operator Type(void) const { return v; } in operator Type() 632 inline bool operator == (const IntType<Type,Size> &o) const { return (Type) v == (Type) o.v; } in operator ==() 633 inline bool operator != (const IntType<Type,Size> &o) const { return !(*this == o); } in operator !=() 634 …c inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } in cmp() 635 inline int cmp (Type a) const in cmp() 643 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() 649 BEInt<Type, Size> v;
|
/external/llvm/unittests/Analysis/ |
D | MixedTBAATest.cpp | 41 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
D | AliasAnalysisTest.cpp | 172 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
/external/python/cpython2/Lib/ |
D | types.py | 16 IntType = int variable
|
/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/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 1137 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() 1741 QualType IntType, bool PrintType) { in PrintAPSInt() 1852 const llvm::APSInt &Val, QualType IntType, in PrintValueDeclAndInteger() 1872 void PrintIntegerAndValueDecl(const llvm::APSInt &Val, QualType IntType, in PrintIntegerAndValueDecl()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 255 auto *IntType = in CreateOldFunctionBodyAndDI() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 392 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local
|
D | InstCombineCalls.cpp | 113 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 1462 #define TestImplSXmmReg(Dst, GPR, Inst, Size, IntType) \ in TEST_F() argument 1521 #define TestImplSXmmAddr(Dst, Inst, Size, IntType) \ in TEST_F() argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 66 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyMemTransfer() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 363 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 63 QualType T, llvm::IntegerType *IntType) { in EmitToInt() 98 llvm::IntegerType *IntType = in MakeBinaryAtomicValue() local 159 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local 197 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeAtomicCmpXchgValue() local 1916 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
|
D | TargetInfo.cpp | 54 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); in coerceToIntArray() local
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 124 enum IntType { enum
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 411 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() 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 | 723 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmp() local
|
/external/python/cpython2/Modules/ |
D | _tkinter.c | 270 const Tcl_ObjType *IntType; member
|