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

  /external/clang/test/Sema/
attr-noreturn.c 44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute takes no arguments}}
  /external/clang/test/PCH/
struct.h 11 struct Fun;
13 struct Fun *fun; variable in typeref:struct:Fun
15 struct Fun {
  /external/clang/test/SemaCXX/
warn-infinite-recursion.cpp 89 void Fun() { // expected-warning{{call itself}}
90 u->Fun();
offsetof.cpp 82 void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-POD type}} \
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 119 constexpr T Fun(T A) { return T(0); }
121 constexpr int Var = Fun(20);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 652 Property rgb$Fun = new Property(1, rgb$FunLiterals0, zeroFns);
653 builder.put("rgb()", rgb$Fun);
655 Property image$Fun = new Property(
657 builder.put("image()", image$Fun);
659 Property linearGradient$Fun = new Property(
664 builder.put("linear-gradient()", linearGradient$Fun);
666 Property radialGradient$Fun = new Property(
671 builder.put("radial-gradient()", radialGradient$Fun)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 915 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {}
917 : SExpr(A), Fun(F), Arg(Ar)
920 SExpr *fun() { return Fun.get(); } function in class:clang::threadSafety::Apply
921 const SExpr *fun() const { return Fun.get(); } function in class:clang::threadSafety::Apply
928 auto Nf = Vs.traverse(Fun, Vs.subExprCtx(Ctx));
934 typename C::CType Ct = Cmp.compare(fun(), E->fun());
941 SExprRef Fun;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 116 milliseconds