OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FunctionCallee
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
164
class
FunctionCallee
{
169
FunctionCallee
(T *Fn)
172
FunctionCallee
(FunctionType *FnTy, Value *Callee)
177
FunctionCallee
(std::nullptr_t) {}
179
FunctionCallee
() = default;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
52
llvm::
FunctionCallee
Function;
82
operator llvm::
FunctionCallee
() {
618
llvm::
FunctionCallee
GetPropertyGetFunction() override;
619
llvm::
FunctionCallee
GetPropertySetFunction() override;
620
llvm::
FunctionCallee
GetOptimizedPropertySetFunction(bool atomic,
622
llvm::
FunctionCallee
GetSetStructFunction() override;
623
llvm::
FunctionCallee
GetGetStructFunction() override;
624
llvm::
FunctionCallee
GetCppAtomicObjectGetFunction() override;
625
llvm::
FunctionCallee
GetCppAtomicObjectSetFunction() override;
626
llvm::
FunctionCallee
EnumerationMutationFunction() override
[
all
...]
Completed in 77 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026