Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp450 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine
1133 isLarge(CalleeADC)) { in shouldInlineCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h985 getSmallSize(NumOps, isResizable(Storage), isLarge(NumOps))) +
991 static bool isLarge(size_t NumOps) { return NumOps > MaxSmallSize; }
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h814 bool isLarge(AnalysisDeclContext *ADC) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp570 IsLarge = isLarge(NumOps); in Header()