Searched defs:CallSite (Results 1 - 25 of 48) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
H A DAnalysisContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
H A DAnalysisContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/
H A DAnalysisContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
H A DAnalysisDeclContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
H A DAnalysisDeclContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
H A DAnalysisDeclContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/
H A DAnalysisDeclContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
H A DAnalysisContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/
H A DAnalysisContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/
H A DAnalysisContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/
H A DAnalysisDeclContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
H A DAnalysisDeclContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
H A DAnalysisDeclContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
H A DAnalysisDeclContext.h280 const Stmt *CallSite; member in class:clang::StackFrameContext
292 : LocationContext(StackFrame, ctx, parent), CallSite(s),
298 const Stmt *getCallSite() const { return CallSite; }
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
128 /// Return the intrinsic ID of the intrinsic called by this CallSite,
130 /// intrinsic, or if this CallSite is an indirect call.
135 // Intrinsics.h into every header that uses CallSite.
604 /// Returns true if this CallSite passes the given Value* as an argument to
623 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
627 CallSite() = default;
628 CallSite(CallSiteBas function in class:llvm::CallSite
629 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
630 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
631 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
632 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
128 /// Return the intrinsic ID of the intrinsic called by this CallSite,
130 /// intrinsic, or if this CallSite is an indirect call.
135 // Intrinsics.h into every header that uses CallSite.
620 /// Returns true if this CallSite passes the given Value* as an argument to
639 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
643 CallSite() = default;
644 CallSite(CallSiteBas function in class:llvm::CallSite
645 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
646 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
647 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
648 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
128 /// Return the intrinsic ID of the intrinsic called by this CallSite,
130 /// intrinsic, or if this CallSite is an indirect call.
135 // Intrinsics.h into every header that uses CallSite.
620 /// Returns true if this CallSite passes the given Value* as an argument to
639 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
643 CallSite() = default;
644 CallSite(CallSiteBas function in class:llvm::CallSite
645 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
646 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
647 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
648 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
131 /// Return the intrinsic ID of the intrinsic called by this CallSite,
133 /// intrinsic, or if this CallSite is an indirect call.
138 // Intrinsics.h into every header that uses CallSite.
628 /// Returns true if this CallSite passes the given Value* as an argument to
647 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
651 CallSite() = default;
652 CallSite(CallSiteBas function in class:llvm::CallSite
653 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
654 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
655 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
656 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
131 /// Return the intrinsic ID of the intrinsic called by this CallSite,
133 /// intrinsic, or if this CallSite is an indirect call.
138 // Intrinsics.h into every header that uses CallSite.
628 /// Returns true if this CallSite passes the given Value* as an argument to
647 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
651 CallSite() = default;
652 CallSite(CallSiteBas function in class:llvm::CallSite
653 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
654 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
655 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
656 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
131 /// Return the intrinsic ID of the intrinsic called by this CallSite,
133 /// intrinsic, or if this CallSite is an indirect call.
138 // Intrinsics.h into every header that uses CallSite.
628 /// Returns true if this CallSite passes the given Value* as an argument to
647 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
651 CallSite() = default;
652 CallSite(CallSiteBas function in class:llvm::CallSite
653 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
654 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
655 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
656 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
131 /// Return the intrinsic ID of the intrinsic called by this CallSite,
133 /// intrinsic, or if this CallSite is an indirect call.
138 // Intrinsics.h into every header that uses CallSite.
628 /// Returns true if this CallSite passes the given Value* as an argument to
647 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
651 CallSite() = default;
652 CallSite(CallSiteBas function in class:llvm::CallSite
653 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
654 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
655 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
656 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
128 /// Return the intrinsic ID of the intrinsic called by this CallSite,
130 /// intrinsic, or if this CallSite is an indirect call.
135 // Intrinsics.h into every header that uses CallSite.
604 /// Returns true if this CallSite passes the given Value* as an argument to
623 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
627 CallSite() = default;
628 CallSite(CallSiteBas function in class:llvm::CallSite
629 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
630 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
631 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
632 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
128 /// Return the intrinsic ID of the intrinsic called by this CallSite,
130 /// intrinsic, or if this CallSite is an indirect call.
135 // Intrinsics.h into every header that uses CallSite.
620 /// Returns true if this CallSite passes the given Value* as an argument to
639 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
643 CallSite() = default;
644 CallSite(CallSiteBas function in class:llvm::CallSite
645 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
646 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
647 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
648 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
128 /// Return the intrinsic ID of the intrinsic called by this CallSite,
130 /// intrinsic, or if this CallSite is an indirect call.
135 // Intrinsics.h into every header that uses CallSite.
620 /// Returns true if this CallSite passes the given Value* as an argument to
639 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
643 CallSite() = default;
644 CallSite(CallSiteBas function in class:llvm::CallSite
645 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
646 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
647 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
648 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
131 /// Return the intrinsic ID of the intrinsic called by this CallSite,
133 /// intrinsic, or if this CallSite is an indirect call.
138 // Intrinsics.h into every header that uses CallSite.
628 /// Returns true if this CallSite passes the given Value* as an argument to
647 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
651 CallSite() = default;
652 CallSite(CallSiteBas function in class:llvm::CallSite
653 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
654 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
655 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
656 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]

Completed in 148 milliseconds

12