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

  /external/clang/test/Sema/
attr-noreturn.c 44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{attribute takes no arguments}}
  /external/clang/lib/StaticAnalyzer/Core/
ObjCMessage.cpp 50 const Expr *Fun = CallE.get<const CallExpr *>()->getCallee()->IgnoreParens();
51 return State->getSVal(Fun, LCtx);
  /external/clang/test/PCH/
struct.h 11 struct Fun;
13 struct Fun *fun; variable in typeref:struct:Fun
15 struct Fun {
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 33 milliseconds