HomeSort by relevance Sort by last modified time
    Searched defs:isCall (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 50 virtual bool isCall(const MCInst &Inst) const {
51 return Info->get(Inst.getOpcode()).isCall();
MCInstrDesc.h 232 bool isCall() const {
287 if (isBranch() || isCall() || isReturn() || isIndirectBranch())
387 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
FunctionReceiverChecker.java 54 Preconditions.checkState(functionCall.isCall());
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 65 bool isCall(const MCInst &MI, bool *IsIndirectCall) {
171 if (isCall(Inst, &IsIndirectCall)) {
  /external/llvm/include/llvm/IR/
CallSite.h 70 /// isCall - true if a CallInst is enclosed.
71 /// Note that !isCall() does not mean it is an InvokeInst enclosed,
73 bool isCall() const { return I.getInt(); }
166 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
171 return isCall() && cast<CallInst>(getInstruction())->isTailCall();
176 return isCall() \
182 if (isCall()) \
317 if (isCall())
324 if (isCall()) // Skip Callee
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 183 if (isCall(record)) {
434 public boolean isCall(NotificationRecord record) {
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 332 milliseconds