OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exposesReturnsTwice
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
CodeMetrics.h
42
bool
exposesReturnsTwice
;
83
:
exposesReturnsTwice
(false), isRecursive(false), notDuplicatable(false),
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
127
///
ExposesReturnsTwice
- True if the function calls setjmp or related
132
bool
ExposesReturnsTwice
;
208
///
exposesReturnsTwice
- Returns true if the function calls setjmp or
211
bool
exposesReturnsTwice
() const {
212
return
ExposesReturnsTwice
;
218
ExposesReturnsTwice
= B;
Completed in 120 milliseconds