OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usesDynamicAlloca
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
CodeMetrics.h
60
bool
usesDynamicAlloca
= false;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CodeMetrics.h
40
///
usesDynamicAlloca
- True if this function calls alloca (in the C sense).
41
bool
usesDynamicAlloca
;
67
containsIndirectBr(false),
usesDynamicAlloca
(false),
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CodeMetrics.h
60
bool
usesDynamicAlloca
= false;
Completed in 2895 milliseconds