OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFunctionType
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/IR/
InlineAsm.cpp
46
assert(Verify(
getFunctionType
(), constraints) &&
55
FunctionType *InlineAsm::
getFunctionType
() const {
Function.cpp
171
FunctionType *Function::
getFunctionType
() const {
176
return
getFunctionType
()->isVarArg();
180
return
getFunctionType
()->getReturnType();
236
FunctionType *FT =
getFunctionType
();
249
return
getFunctionType
()->getNumParams();
252
return
getFunctionType
()->getNumParams() == 0;
/external/clang/lib/Sema/
CodeCompleteConsumer.cpp
413
CodeCompleteConsumer::OverloadCandidate::
getFunctionType
() const {
SemaDeclAttr.cpp
63
static const FunctionType *
getFunctionType
(const Decl *D,
89
return
getFunctionType
(D, false) != NULL;
125
if (const FunctionType *FnTy =
getFunctionType
(D))
137
if (const FunctionType *FnTy =
getFunctionType
(D))
145
if (const FunctionType *FnTy =
getFunctionType
(D))
154
if (const FunctionType *FnTy =
getFunctionType
(D))
160
if (const FunctionType *FnTy =
getFunctionType
(D)) {
[
all
...]
/external/clang/lib/AST/
Expr.cpp
[
all
...]
ASTContext.cpp
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 264 milliseconds