OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExposesReturnsTwice
(Results
1 - 3
of
3
) sorted by null
/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;
MIRYamlMapping.h
386
bool
ExposesReturnsTwice
= false;
409
YamlIO.mapOptional("
exposesReturnsTwice
", MF.
ExposesReturnsTwice
);
/external/llvm/lib/Analysis/
InlineCost.cpp
67
bool
ExposesReturnsTwice
;
168
ExposesReturnsTwice
(false), HasDynamicAlloca(false),
764
ExposesReturnsTwice
= true;
[
all
...]
Completed in 478 milliseconds