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
45
bool
exposesReturnsTwice
;
86
:
exposesReturnsTwice
(false), isRecursive(false), notDuplicatable(false),
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
144
///
ExposesReturnsTwice
- True if the function calls setjmp or related
149
bool
ExposesReturnsTwice
;
248
///
exposesReturnsTwice
- Returns true if the function calls setjmp or
251
bool
exposesReturnsTwice
() const {
252
return
ExposesReturnsTwice
;
258
ExposesReturnsTwice
= B;
Completed in 123 milliseconds