Searched defs:Fun (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Sema/
H A Dattr-noreturn.c44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute takes no arguments}} typedef
/external/clang/test/PCH/
H A Dstruct.h11 struct Fun;
13 struct Fun *fun;
15 struct Fun { struct
/external/clang/test/SemaCXX/
H A Doffsetof.cpp82 void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-POD type}} \ function in struct:PR17578::Derived
H A Dwarn-infinite-recursion.cpp89 void Fun() { // expected-warning{{call itself}} function in class:U
90 u->Fun();
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp119 constexpr T Fun(T A) { return T(0); } function in namespace:PR17661
121 constexpr int Var = Fun(20);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp65 bool IsOpenCLKernel(const Function *Fun);
71 void RunAna(Function *Fun);
72 void Replace(Function *Fun);
74 void Propagate(Function* Fun);
76 Value* ConstantRead(Function *Fun, Param &P);
77 Value* handleSpecial(Function *Fun, Param &P);
96 bool R600KernelParameters::IsOpenCLKernel(const Function* Fun) { argument
97 Module *Mod = const_cast<Function*>(Fun)->getParent();
111 if (MD->getOperand(i)->getOperand(0)->getName() == Fun->getName()) {
213 void R600KernelParameters::RunAna(Function* Fun) { argument
222 Replace(Function* Fun) argument
237 Propagate(Function* Fun) argument
311 ConstantRead(Function *Fun, Param &P) argument
361 handleSpecial(Function* Fun, Param& P) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp65 bool IsOpenCLKernel(const Function *Fun);
71 void RunAna(Function *Fun);
72 void Replace(Function *Fun);
74 void Propagate(Function* Fun);
76 Value* ConstantRead(Function *Fun, Param &P);
77 Value* handleSpecial(Function *Fun, Param &P);
96 bool R600KernelParameters::IsOpenCLKernel(const Function* Fun) { argument
97 Module *Mod = const_cast<Function*>(Fun)->getParent();
111 if (MD->getOperand(i)->getOperand(0)->getName() == Fun->getName()) {
213 void R600KernelParameters::RunAna(Function* Fun) { argument
222 Replace(Function* Fun) argument
237 Propagate(Function* Fun) argument
311 ConstantRead(Function *Fun, Param &P) argument
361 handleSpecial(Function* Fun, Param& P) argument
[all...]
/external/clang/lib/Analysis/
H A DConsumed.cpp482 void propagateReturnType(const Expr *Call, const FunctionDecl *Fun);
683 const FunctionDecl *Fun) {
684 QualType RetType = Fun->getCallResultType();
690 if (ReturnTypestateAttr *RTA = Fun->getAttr<ReturnTypestateAttr>())
682 propagateReturnType(const Expr *Call, const FunctionDecl *Fun) argument
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h915 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(); }
921 const SExpr *fun() const { return Fun.get(); }
928 auto Nf = Vs.traverse(Fun, Vs.subExprCtx(Ctx));
941 SExprRef Fun; member in class:clang::threadSafety::Apply
/external/clang/include/clang/Sema/
H A DDeclSpec.h1348 FunctionTypeInfo Fun; member in union:clang::DeclaratorChunk::__anon17618
1355 case DeclaratorChunk::Function: return Fun.destroy();
1959 return DeclTypeInfo[index].Fun;

Completed in 311 milliseconds