Home
last modified time | relevance | path

Searched defs:APSInt (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DIntegral.h28 using APSInt = llvm::APSInt; variable
H A DInterpState.cpp22 using APSInt = llvm::APSInt; typedef
H A DByteCodeEmitter.cpp18 using APSInt = llvm::APSInt; typedef
H A DEvalEmitter.cpp19 using APSInt = llvm::APSInt; typedef
H A DByteCodeExprGen.cpp21 using APSInt = llvm::APSInt; typedef
H A DInterp.h38 using APSInt = llvm::APSInt; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPSInt.cpp21 APSInt::APSInt(StringRef Str) { in APSInt() function in APSInt
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h27 class APSInt; variable
H A DProgramState.h29 class APSInt; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h27 explicit APSInt() : IsUnsigned(false) {} in APSInt() function
H A DAPFloat.h37 class APSInt; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComparisonCategories.h25 class APSInt; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp950 static bool CmpCaseVals(const std::pair<llvm::APSInt, CaseStmt*>& lhs, in CmpCaseVals()
963 static bool CmpEnumVals(const std::pair<llvm::APSInt, EnumConstantDecl*>& lhs, in CmpEnumVals()
971 static bool EqEnumVals(const std::pair<llvm::APSInt, EnumConstantDecl*>& lhs, in EqEnumVals()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h50 class APSInt; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLToken.h490 APSInt // APSInt enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h73 class APSInt; variable