/external/clang/test/PCH/ |
D | struct.h | 15 struct Fun { struct 24 struct Fun2; argument
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600KernelParameters.cpp | 96 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/ |
D | attr-noreturn.c | 44 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/ |
D | p2.cpp | 13 typedef auto Fun(int a) -> decltype(a + a); typedef
|
D | p5.cpp | 20 typedef auto Fun(int a) -> decltype(a + a); typedef
|
/external/clang/test/SemaCXX/ |
D | warn-infinite-recursion.cpp | 89 void Fun() { // expected-warning{{call itself}} in Fun() function in U
|
D | offsetof.cpp | 82 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
|
D | alignof.cpp | 90 void Fun(T A) { in Fun() function
|
D | constant-expression-cxx11.cpp | 1978 …constexpr int Fun() { return; } // expected-error {{non-void constexpr function 'Fun' should retur… in Fun() function
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 119 constexpr T Fun(T A) { return T(0); } in Fun() function
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 1369 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
|
D | SemaOverload.cpp | 8910 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local 10438 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1696 if (Function *Fun = dyn_cast<Function>(GV)) { in printFunctionUses() local
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 683 const FunctionDecl *Fun) { in propagateReturnType()
|
/external/owasp/sanitizer/distrib/lib/ |
D | owasp-java-html-sanitizer.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/owasp/
org/ ... |
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1417 FunctionTypeInfo Fun; member
|