Home
last modified time | relevance | path

Searched defs:isInt (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h70 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp629 bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() local
780 bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() local
843 const bool isInt = glu::isDataTypeIntOrIVec(output.type); in iterate() local
1074 bool isInt = glu::isDataTypeIntOrIVec(outType); in createRandomCase() local
Des3fTransformFeedbackTests.cpp538 const bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType()); in genAttributeData() local
Des3fShaderOperatorTests.cpp754 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in setupShaderData() local
/external/deqp/framework/opengl/
DgluTextureUtil.cpp51 bool isInt = false; in getTransferFormat() local
/external/clang/include/clang/AST/
DAPValue.h182 bool isInt() const { return Kind == Int; } in isInt() function
/external/jsoncpp/chromium-overrides/src/lib_json/
Djson_value.cpp1394 Value::isInt() const in isInt() function in Json::Value
/external/jsoncpp/src/lib_json/
Djson_value.cpp1390 Value::isInt() const in isInt() function in Json::Value
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeObject.h330 bool isInt = true; in makeNumeric() local
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1190 const bool isInt = de::inRange<int>(m_type, TYPE_INT, TYPE_INT_VEC4); in generateSingleProgramData() local
2210 int isInt = funcTypes[i] & VALUE_ANY_INT; in init() local
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1194 const bool isInt = de::inRange<int>(m_type, TYPE_INT, TYPE_INT_VEC4); in generateSingleProgramData() local
2253 int isInt = funcTypes[i] & VALUE_ANY_INT; in init() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp85 bool isInt() const { return !IsFp; } in isInt() function in __anone66ade280111::FAddendCoef
/external/clang/utils/TableGen/
DNeonEmitter.cpp177 bool isInt() const { return !Float && ElementBitwidth == 32; } in isInt() function in __anon67a52ed10111::Type
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4); in ShaderOperatorCase() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp3141 bool isInt = Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3909 bool isInt = LHS.getValueType().isInteger(); in visitXOR() local
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c4478 static IRTemp gen_indexed_EA ( /*OUT*/HChar* buf, UInt insn, Bool isInt ) in gen_indexed_EA()