Home
last modified time | relevance | path

Searched defs:Fun (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/PCH/
Dstruct.h15 struct Fun { struct
24 struct Fun2; argument
/external/mesa3d/src/gallium/drivers/radeon/
DR600KernelParameters.cpp96 bool R600KernelParameters::IsOpenCLKernel(const Function* Fun) { in IsOpenCLKernel()
213 void R600KernelParameters::RunAna(Function* Fun) { in RunAna()
222 void R600KernelParameters::Replace(Function* Fun) { in Replace()
237 void R600KernelParameters::Propagate(Function* Fun) { in Propagate()
311 Value* R600KernelParameters::ConstantRead(Function *Fun, Param &P) { in ConstantRead()
361 Value* R600KernelParameters::handleSpecial(Function* Fun, Param& P) { in handleSpecial()
/external/clang/test/Sema/
Dattr-noreturn.c44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp2.cpp13 typedef auto Fun(int a) -> decltype(a + a); typedef
Dp5.cpp20 typedef auto Fun(int a) -> decltype(a + a); typedef
/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp89 void Fun() { // expected-warning{{call itself}} in Fun() function in U
Doffsetof.cpp82 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
Dalignof.cpp90 void Fun(T A) { in Fun() function
Dconstant-expression-cxx11.cpp1978 …constexpr int Fun() { return; } // expected-error {{non-void constexpr function 'Fun' should retur… in Fun() function
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp119 constexpr T Fun(T A) { return T(0); } in Fun() function
/external/clang/lib/Sema/
DSema.cpp1369 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
DSemaOverload.cpp8910 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
10438 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1696 if (Function *Fun = dyn_cast<Function>(GV)) { in printFunctionUses() local
/external/clang/lib/Analysis/
DConsumed.cpp683 const FunctionDecl *Fun) { in propagateReturnType()
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/external/clang/include/clang/Sema/
DDeclSpec.h1417 FunctionTypeInfo Fun; member