/external/clang/test/OpenMP/ |
D | teams_firstprivate_codegen.cpp | 26 struct St { struct 28 St() : a(0), b(0) {} in St() function 29 St(const St &st) : a(st.a + st.b), b(0) {} in St() function 30 ~St() {} in ~St() argument 234 struct St { struct 236 St() : a(0), b(0) {} in St() argument 237 St(const St &) { } in St() function 238 ~St() {} in ~St() argument 239 void St_func(St s[2], int n, long double vla1[n]) { in St_func() argument
|
D | parallel_firstprivate_codegen.cpp | 19 struct St { struct 21 St() : a(0), b(0) {} in St() function 22 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument 23 ~St() {} in ~St() argument 466 struct St { struct 468 St() : a(0), b(0) {} in St() argument 469 St(const St &) { } in St() argument 470 ~St() {} in ~St() argument 471 void St_func(St s[2], int n, long double vla1[n]) { in St_func() argument
|
D | atomic_codegen.cpp | 8 struct St { struct 10 St() {} in St() function 11 ~St() {} in ~St() argument 17 St s; in parallel_atomic_ewc() argument
|
D | single_firstprivate_codegen.cpp | 11 struct St { struct 13 St() : a(0), b(0) {} in St() function 14 St(const St &st) : a(st.a + st.b), b(0) {} in St() function 15 ~St() {} in ~St() argument
|
D | sections_firstprivate_codegen.cpp | 11 struct St { struct 13 St() : a(0), b(0) {} in St() argument 14 St(const St &st) : a(st.a + st.b), b(0) {} in St() function 15 ~St() {} in ~St() argument
|
D | for_firstprivate_codegen.cpp | 11 struct St { struct 13 St() : a(0), b(0) {} in St() function 14 St(const St &st) : a(st.a + st.b), b(0) {} in St() argument 15 ~St() {} in ~St() argument
|
D | task_firstprivate_codegen.cpp | 460 struct St { struct 462 St() : a(0), b(0) {} in St() argument 463 St(const St &) {} in St() argument 464 ~St() {} in ~St() argument
|
D | parallel_copyin_codegen.cpp | 483 struct St { struct 485 St() : a(0), b(0) {} in St() function 486 St &operator=(const St &) { return *this; }; in operator =() argument 487 ~St() {} in ~St() argument
|
D | taskloop_lastprivate_codegen.cpp | 499 struct St { struct 501 St() : a(0), b(0) {} in St() argument 502 St(const St &) {} in St() argument 503 ~St() {} in ~St() argument
|
D | taskloop_simd_firstprivate_codegen.cpp | 494 struct St { struct 496 St() : a(0), b(0) {} in St() argument 497 St(const St &) {} in St() argument 498 ~St() {} in ~St() argument
|
D | taskloop_firstprivate_codegen.cpp | 494 struct St { struct 496 St() : a(0), b(0) {} in St() argument 497 St(const St &) {} in St() argument 498 ~St() {} in ~St() argument
|
D | taskloop_simd_lastprivate_codegen.cpp | 499 struct St { struct 501 St() : a(0), b(0) {} in St() argument 502 St(const St &) {} in St() argument 503 ~St() {} in ~St() argument
|
D | task_private_codegen.cpp | 369 struct St { struct 371 St() : a(0), b(0) {} in St() function 372 St &operator=(const St &) { return *this; }; in operator =() argument 373 ~St() {} in ~St() argument
|
D | taskloop_private_codegen.cpp | 403 struct St { struct 405 St() : a(0), b(0) {} in St() argument 406 St &operator=(const St &) { return *this; }; in operator =() argument 407 ~St() {} in ~St() argument
|
D | taskloop_simd_private_codegen.cpp | 403 struct St { struct 405 St() : a(0), b(0) {} in St() argument 406 St &operator=(const St &) { return *this; }; in operator =() argument 407 ~St() {} in ~St() argument
|
D | single_codegen.cpp | 210 struct St { struct 212 St() : a(0), b(0) {} in St() argument 213 St &operator=(const St &) { return *this; }; in operator =() argument 214 ~St() {} in ~St() argument
|
D | declare_simd_messages.cpp | 201 struct St { struct 214 void h(T *hp) { in h() 221 T t;
|
D | threadprivate_ast_print.cpp | 13 struct St{ struct 17 struct St1{ argument
|
/external/clang/test/CodeGen/ |
D | 2003-09-30-StructLayout.c | 7 struct St { struct 16 void func(struct St* A) { in func() argument
|
/external/rust/crates/itertools/src/ |
D | sources.rs | 100 pub fn unfold<A, St, F>(initial_state: St, f: F) -> Unfold<St, F> in unfold() argument 176 pub fn iterate<St, F>(initial_value: St, f: F) -> Iterate<St, F> in iterate() 177 where F: FnMut(&St) -> St in iterate()
|
/external/rust/crates/futures-util/src/stream/stream/ |
D | into_future.rs | 27 pub fn get_ref(&self) -> Option<&St> { in get_ref() 41 pub fn get_mut(&mut self) -> Option<&mut St> { in get_mut() 55 pub fn get_pin_mut(self: Pin<&mut Self>) -> Option<Pin<&mut St>> { in get_pin_mut() 68 pub fn into_inner(self) -> Option<St> { in into_inner()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 367 const llvm::APSInt* RangeConstraintManager::getSymVal(ProgramStateRef St, in getSymVal() 450 RangeConstraintManager::assumeSymNE(ProgramStateRef St, SymbolRef Sym, in assumeSymNE() 470 RangeConstraintManager::assumeSymEQ(ProgramStateRef St, SymbolRef Sym, in assumeSymEQ() 484 RangeSet RangeConstraintManager::getSymLTRange(ProgramStateRef St, in getSymLTRange() 513 RangeConstraintManager::assumeSymLT(ProgramStateRef St, SymbolRef Sym, in assumeSymLT() 521 RangeConstraintManager::getSymGTRange(ProgramStateRef St, SymbolRef Sym, in getSymGTRange() 549 RangeConstraintManager::assumeSymGT(ProgramStateRef St, SymbolRef Sym, in assumeSymGT() 557 RangeConstraintManager::getSymGERange(ProgramStateRef St, SymbolRef Sym, in getSymGERange() 585 RangeConstraintManager::assumeSymGE(ProgramStateRef St, SymbolRef Sym, in assumeSymGE() 621 RangeConstraintManager::getSymLERange(ProgramStateRef St, SymbolRef Sym, in getSymLERange() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 422 AnyFunctionCall(const Expr *E, ProgramStateRef St, in AnyFunctionCall() 425 AnyFunctionCall(const Decl *D, ProgramStateRef St, in AnyFunctionCall() 472 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() 508 BlockCall(const CallExpr *CE, ProgramStateRef St, in BlockCall() 615 CXXInstanceCall(const CallExpr *CE, ProgramStateRef St, in CXXInstanceCall() 618 CXXInstanceCall(const FunctionDecl *D, ProgramStateRef St, in CXXInstanceCall() 652 CXXMemberCall(const CXXMemberCallExpr *CE, ProgramStateRef St, in CXXMemberCall() 693 CXXMemberOperatorCall(const CXXOperatorCallExpr *CE, ProgramStateRef St, in CXXMemberOperatorCall() 743 ProgramStateRef St, const LocationContext *LCtx) in CXXDestructorCall() 788 ProgramStateRef St, const LocationContext *LCtx) in CXXConstructorCall() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | attr-x86-interrupt.cpp | 17 struct St { struct 18 static void foo9(int *a) __attribute__((interrupt)) {} in foo9()
|
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 26 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const AttributeList &A, in handleFallThroughAttr() 56 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const AttributeList &A, in handleLoopHintAttr() 226 static Attr *handleOpenCLUnrollHint(Sema &S, Stmt *St, const AttributeList &A, in handleOpenCLUnrollHint() 272 static Attr *ProcessStmtAttribute(Sema &S, Stmt *St, const AttributeList &A, in ProcessStmtAttribute()
|