Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DAPValue.cpp464 static void profileIntValue(llvm::FoldingSetNodeID &ID, const llvm::APInt &V) { in profileIntValue() function
564 profileIntValue(ID, getInt()); in Profile()
568 profileIntValue(ID, getFloat().bitcastToAPInt()); in Profile()
572 profileIntValue(ID, getFixedPoint().getValue()); in Profile()
576 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()
577 profileIntValue(ID, getComplexFloatImag().bitcastToAPInt()); in Profile()
581 profileIntValue(ID, getComplexIntReal()); in Profile()
582 profileIntValue(ID, getComplexIntImag()); in Profile()