Home
last modified time | relevance | path

Searched defs:truncate (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h133 void truncate(unsigned N) { decls().truncate(N); } truncate() function
/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h
H A DIntegralAP.h
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp93 static std::string PrintValue(llvm::Value *V, bool truncate = false) { in PrintValue() argument
H A DIRForTarget.cpp84 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() argument
96 PrintType(const llvm::Type * type,bool truncate=false) PrintType() argument
/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp48 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() argument
65 PrintType(const Type * type,bool truncate=false) PrintType() argument
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h268 inline int truncate(const wchar_t* path, off_t length) { truncate() function
/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h657 void truncate(size_type N) { truncate() function
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp863 ConstantRange ConstantRange::truncate(uint32_t DstTySize) const { truncate() function in ConstantRange
/llvm-project/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp211 void IntegerRelation::truncate(const CountsSnapshot &counts) { truncate() function in IntegerRelation
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp309 void truncate(ASTContext &Ctx, APValue::LValueBase Base, truncate() function