Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine
1131 isLarge(CalleeADC)) { in shouldInlineCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1101 getSmallSize(NumOps, isResizable(Storage), isLarge(NumOps))) +
1107 static bool isLarge(size_t NumOps) { return NumOps > MaxSmallSize; }
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h798 bool isLarge(AnalysisDeclContext *ADC) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp664 IsLarge = isLarge(NumOps); in Header()