HomeSort by relevance Sort by last modified time
    Searched full:pragma (Results 726 - 750 of 10171) sorted by null

<<21222324252627282930>>

  /external/clang/test/OpenMP/
for_ast_print.cpp 29 #pragma omp for private(a) private(this->a) private(T::a)
32 #pragma omp for lastprivate(a) lastprivate(this->a) lastprivate(T::a)
35 #pragma omp for linear(val(c))
40 #pragma omp for private(a) private(this->a)
43 #pragma omp for lastprivate(a) lastprivate(this->a)
46 #pragma omp for linear(uval(this->b))
53 // CHECK: #pragma omp for private(this->a) private(this->a) private(this->S::a)
54 // CHECK: #pragma omp for lastprivate(this->a) lastprivate(this->a) lastprivate(this->S::a)
55 // CHECK: #pragma omp for linear(val(this->c))
56 // CHECK: #pragma omp for private(this->a) private(this->a) private(T::a
    [all...]
distribute_dist_schedule_messages.cpp 18 #pragma omp distribute dist_schedule // expected-error {{expected '(' after 'dist_schedule'}}
20 #pragma omp distribute dist_schedule ( // expected-error {{expected 'static' in OpenMP clause 'dist_schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
22 #pragma omp distribute dist_schedule () // expected-error {{expected 'static' in OpenMP clause 'dist_schedule'}}
24 #pragma omp distribute dist_schedule (static // expected-error {{expected ')'}} expected-note {{to match this '('}}
26 #pragma omp distribute dist_schedule (static, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
28 #pragma omp distribute dist_schedule (argc)) // expected-error {{expected 'static' in OpenMP clause 'dist_schedule'}} expected-warning {{extra tokens at the end of '#pragma omp distribute' are ignored}}
30 #pragma omp distribute dist_schedule (static, argc > 0 ? argv[1] : argv[2]) // expected-error2 {{expression must have integral or unscoped enumeration type, not 'char *'}}
32 #pragma omp distribute dist_schedule (static), dist_schedule (static, 1) // expected-error {{directive '#pragma omp distribute' cannot contain more than one 'dist_schedule' clause}
    [all...]
taskwait_ast_print.cpp 14 #pragma omp taskwait
18 // CHECK-NEXT: #pragma omp taskwait
20 // CHECK-NEXT: #pragma omp taskwait
22 // CHECK-NEXT: #pragma omp taskwait
27 #pragma omp taskwait
28 // CHECK-NEXT: #pragma omp taskwait
taskyield_ast_print.cpp 14 #pragma omp taskyield
18 // CHECK-NEXT: #pragma omp taskyield
20 // CHECK-NEXT: #pragma omp taskyield
22 // CHECK-NEXT: #pragma omp taskyield
27 #pragma omp taskyield
28 // CHECK-NEXT: #pragma omp taskyield
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Include/
EfiWinNt.h 28 #pragma warning(disable : 4115)
29 #pragma warning(disable : 4201)
30 #pragma warning(disable : 4214)
38 #pragma warning(default : 4115)
39 #pragma warning(default : 4201)
40 #pragma warning(default : 4214)
  /external/clang/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /external/clang/test/SemaObjCXX/
conversion-to-objc-pointer-2.mm 31 #pragma mark -
40 #pragma mark -
49 #pragma mark -
59 #pragma mark -
67 #pragma mark -
77 #pragma mark -
  /external/protobuf/objectivec/google/protobuf/
Empty.pbobjc.m 8 #pragma clang diagnostic push
9 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
11 #pragma mark - GPBEmptyRoot
17 #pragma mark - GPBEmptyRoot_FileDescriptor
31 #pragma mark - GPBEmpty
62 #pragma clang diagnostic pop
FieldMask.pbobjc.m 8 #pragma clang diagnostic push
9 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
11 #pragma mark - GPBFieldMaskRoot
17 #pragma mark - GPBFieldMaskRoot_FileDescriptor
31 #pragma mark - GPBFieldMask
75 #pragma clang diagnostic pop
SourceContext.pbobjc.m 8 #pragma clang diagnostic push
9 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
11 #pragma mark - GPBSourceContextRoot
17 #pragma mark - GPBSourceContextRoot_FileDescriptor
31 #pragma mark - GPBSourceContext
75 #pragma clang diagnostic pop
  /external/skia/src/gpu/effects/
GrCoverageSetOpXP.h 17 #pragma GCC diagnostic push
18 #pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
21 #pragma clang diagnostic push
22 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
59 #pragma GCC diagnostic pop
62 #pragma clang diagnostic pop
GrDisableColorXP.h 17 #pragma GCC diagnostic push
18 #pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
21 #pragma clang diagnostic push
22 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
50 #pragma GCC diagnostic pop
53 #pragma clang diagnostic pop
  /external/skqp/src/gpu/effects/
GrCoverageSetOpXP.h 17 #pragma GCC diagnostic push
18 #pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
21 #pragma clang diagnostic push
22 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
59 #pragma GCC diagnostic pop
62 #pragma clang diagnostic pop
GrDisableColorXP.h 17 #pragma GCC diagnostic push
18 #pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
21 #pragma clang diagnostic push
22 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
50 #pragma GCC diagnostic pop
53 #pragma clang diagnostic pop
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
PragmaKinds.h 1 //===--- PragmaKinds.h - #pragma comment() kinds ---------------*- C++ -*-===//
17 PCK_Linker, // #pragma comment(linker, ...)
18 PCK_Lib, // #pragma comment(lib, ...)
19 PCK_Compiler, // #pragma comment(compiler, ...)
20 PCK_ExeStr, // #pragma comment(exestr, ...)
21 PCK_User // #pragma comment(user, ...)

Completed in 1314 milliseconds

<<21222324252627282930>>