OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCall
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
CallSite.h
71
///
isCall
- true if a CallInst is enclosed.
72
/// Note that !
isCall
() does not mean it is an InvokeInst enclosed,
74
bool
isCall
() const { return I.getInt(); }
158
return
isCall
() \
164
if (
isCall
()) \
252
if (
isCall
())
259
if (
isCall
()) // Skip Callee
/external/llvm/include/llvm/MC/
MCInstrDesc.h
281
bool
isCall
() const {
409
/// 3. Calling, branching, returning: use
isCall
/isReturn/isBranch.
/external/llvm/utils/TableGen/
CodeGenInstruction.h
226
bool
isCall
;
Completed in 582 milliseconds