Home
last modified time | relevance | path

Searched defs:isLarge (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp377 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp1186 const bool isLarge = (rand() % 16) == 0; in CreateAllocation() local