Home
last modified time | relevance | path

Searched refs:ActualValue (Results 1 – 3 of 3) sorted by relevance

/external/clang/unittests/AST/
DCommentParser.cpp409 StringRef ActualValue = HST->getAttr(0).Value; in HasHTMLStartTagAt() local
410 if (ActualValue != AttrValue) in HasHTMLStartTagAt()
412 << "HTMLStartTagComment has attr value \"" << ActualValue.str() << "\", " in HasHTMLStartTagAt()
/external/clang/lib/AST/
DExprConstant.cpp3150 APSInt ActualValue(Value, /*IsUnsigned*/true); in found() local
3151 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
3159 APSInt ActualValue(Value.sext(BitWidth + 1), /*IsUnsigned*/false); in found() local
3160 ActualValue.setBit(BitWidth); in found()
3161 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp3000 APInt ActualValue(64, Imm, true); in transformToImmForm() local
3001 if (!ActualValue.isSignedIntN(III.ImmWidth)) in transformToImmForm()