Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/lib/gtl/
Dint_type.h168 class IntType; variable
202 constexpr IntType() : value_(0) {} in IntType() function
204 constexpr explicit IntType(ValueType value) : value_(value) {} in IntType() function
/external/harfbuzz_ng/src/
Dhb-open-type.hh57 struct IntType struct
59 typedef Type type;
60 typedef hb_conditional<hb_is_signed (Type), signed, unsigned> wide_type;
62 IntType& operator = (wide_type i) { v = i; return *this; } in operator =()
63 operator wide_type () const { return v; } in operator wide_type()
64 bool operator == (const IntType &o) const { return (Type) v == (Type) o.v; } in operator ==()
65 bool operator != (const IntType &o) const { return !(*this == o); } in operator !=()
67 IntType& operator += (unsigned count) { *this = *this + count; return *this; } in operator +=()
68 IntType& operator -= (unsigned count) { *this = *this - count; return *this; } in operator -=()
69 IntType& operator ++ () { *this += 1; return *this; } in operator ++()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Drandom_op.cc367 #define REGISTER_INT(IntType) \ argument
418 #define REGISTER_INT(IntType) \ argument
470 #define REGISTER_INT(IntType) \ argument
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h178 #define DECL_SIGNED_INT_LIMITS(IntType, UnsignedIntType) \ argument
198 #define DECL_UNSIGNED_INT_LIMITS(IntType) \ argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp210 #define TestFild(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
237 #define TestFistp(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp41 auto IntType = Type::getInt32Ty(C); in TEST_F() local
DAliasAnalysisTest.cpp172 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DTBAATest.cpp39 auto *IntType = Type::getInt32Ty(C); in getFunctionWithSingleStore() local
DAliasAnalysisTest.cpp172 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/external/python/cpython2/Lib/
Dtypes.py16 IntType = int variable
/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.cpp386 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
429 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
/external/llvm/test/DebugInfo/PDB/Inputs/
Dsymbolformat.cpp55 typedef int IntType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Dsymbolformat.cpp56 typedef int IntType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DMapVectorTest.cpp171 using IntType = typename TestFixture::int_type; in TYPED_TEST() typedef
/external/clang/lib/AST/
DASTDiagnostic.cpp1137 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/
DCloning.cpp255 auto *IntType = in CreateOldFunctionBodyAndDI() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp404 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp392 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1462 #define TestImplSXmmReg(Dst, GPR, Inst, Size, IntType) \ in TEST_F() argument
1521 #define TestImplSXmmAddr(Dst, Inst, Size, IntType) \ in TEST_F() argument
/external/clang/lib/CodeGen/
DCGBuiltin.cpp63 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp385 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local
/external/clang/include/clang/Basic/
DTargetInfo.h124 enum IntType { enum
/external/llvm/lib/Analysis/
DConstantFolding.cpp411 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp489 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local

12