OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayReturn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Instruction.h
312
///
mayReturn
- Return true if this is a function that may return.
316
bool
mayReturn
() const;
325
return mayWriteToMemory() || mayThrow() || !
mayReturn
();
/external/llvm/lib/IR/
Instruction.cpp
464
bool Instruction::
mayReturn
() const {
Completed in 42 milliseconds