HomeSort by relevance Sort by last modified time
    Searched refs:clang (Results 1 - 25 of 7913) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/AST/
AttrImpl.cpp 14 #include "clang/AST/Attr.h"
15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/Expr.h"
17 #include "clang/AST/Type.h"
19 using namespace clang;
21 #include "clang/AST/AttrImpl.inc"
  /external/clang/test/Preprocessor/
missing-system-header.h 1 #pragma clang system_header
pushable-diagnostics.c 3 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
5 #pragma clang diagnostic puhs // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
9 #pragma clang diagnostic push
10 #pragma clang diagnostic ignored "-Wmultichar"
13 #pragma clang diagnostic pop
17 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
22 #pragma clang diagnostic push // now push
24 #pragma clang diagnostic warning "-Weverything"
27 #pragma clang diagnostic push // push again
28 #pragma clang diagnostic ignored "-Weverything" // Set to ignore in this level
    [all...]
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-2.h 1 #pragma clang assume_nonnull start // expected-error{{expected 'begin' or 'end'}}
3 #pragma clang assume_nonnull begin // expected-note{{#pragma entered here}}
5 #include "nullability-pragmas-3.h" // expected-error{{cannot #include files inside '#pragma clang assume_nonnull'}}
7 #pragma clang assume_nonnull begin // expected-note{{#pragma entered here}}
8 #pragma clang assume_nonnull begin // expected-error{{already inside '#pragma clang assume_nonnull'}}
9 #pragma clang assume_nonnull end
11 #pragma clang assume_nonnull begin // expected-error{{'#pragma clang assume_nonnull' was not ended within this file}}
  /external/clang/lib/Analysis/
Dominators.cpp 1 //=- Dominators.cpp - Implementation of dominators tree for Clang CFG C++ -*-=//
10 #include "clang/Analysis/Analyses/Dominators.h"
12 using namespace clang;
  /external/clang/lib/Frontend/
ChainedDiagnosticConsumer.cpp 10 #include "clang/Frontend/ChainedDiagnosticConsumer.h"
12 using namespace clang;
  /external/clang/lib/Lex/
PPCallbacks.cpp 10 #include "clang/Lex/PPCallbacks.h"
12 using namespace clang;
  /external/clang/lib/Sema/
SemaConsumer.cpp 10 #include "clang/Sema/SemaConsumer.h"
12 using namespace clang;
  /external/clang/test/Sema/
xray-always-instrument-attr.cpp 2 void foo [[clang::xray_always_instrument]] ();
4 struct [[clang::xray_always_instrument]] a { int x; }; // expected-warning {{'xray_always_instrument' attribute only applies to functions and methods}}
7 void c [[clang::xray_always_instrument]] ();
10 void baz [[clang::xray_always_instrument("not-supported")]] (); // expected-error {{'xray_always_instrument' attribute takes no arguments}}
pragma-arc-cf-code-audited.c 3 #pragma clang arc_cf_code_audited foo // expected-error {{expected 'begin' or 'end'}}
5 #pragma clang arc_cf_code_audited begin foo // expected-warning {{extra tokens at end of #pragma directive}}
7 #pragma clang arc_cf_code_audited end
8 #pragma clang arc_cf_code_audited end // expected-error {{not currently inside '#pragma clang arc_cf_code_audited'}}
10 #pragma clang arc_cf_code_audited begin // expected-note {{#pragma entered here}}
11 #pragma clang arc_cf_code_audited begin // expected-error {{already inside '#pragma clang arc_cf_code_audited'}} expected-note {{#pragma entered here}}
13 #include "Inputs/pragma-arc-cf-code-audited.h" // expected-error {{cannot #include files inside '#pragma clang arc_cf_code_audited'}}
16 // expected-error@Inputs/pragma-arc-cf-code-audited.h:16 {{'#pragma clang arc_cf_code_audited' was not ended within this file}
    [all...]
  /external/clang/test/CodeGen/
invalid_global_asm.c 3 #pragma clang diagnostic ignored "-Wmissing-noreturn"
xray-attributes-supported.cpp 4 [[clang::xray_always_instrument]] void foo() {
8 [[clang::xray_never_instrument]] void bar() {
  /external/clang/test/Driver/
crash report spaces.c 3 // RUN: not env TMPDIR="%t" TEMP="%t" TMP="%t" RC_DEBUG_OPTIONS=1 %clang -fsyntax-only "%s" 2>&1 | FileCheck "%s"
11 #pragma clang __debug parser_crash
crash-report-header.h 3 // RUN: not env TMPDIR="%t" TEMP="%t" TMP="%t" RC_DEBUG_OPTIONS=1 %clang -fsyntax-only %s 2>&1 | FileCheck %s
11 #pragma clang __debug parser_crash
crash-report.c 5 // RUN: %clang -fsyntax-only %s \
19 #pragma clang __debug parser_crash
rewrite-map-in-diagnostics.c 4 // RUN: %clang -fsyntax-only -frewrite-map-file %p/Inputs/rewrite.map %s 2>&1 \
7 #pragma clang __debug parser_crash
13 // FIXME: This doesn't fail on "env clang". Investigating.
  /external/clang/test/Frontend/Inputs/
rewrite-includes1.h 1 #pragma clang system_header
  /external/clang/test/Index/Inputs/
pragma_disable_warning.h 1 #pragma clang diagnostic ignored "-Wunused-parameter"
retain-comments-from-system-headers.h 1 #pragma clang system_header
  /external/clang/test/Index/
crash-recovery.c 8 #pragma clang __debug crash
  /external/clang/test/Modules/Inputs/
crash.h 1 #pragma clang __debug crash
  /external/clang/test/Sema/Inputs/
pragma-arc-cf-code-audited.h 16 #pragma clang arc_cf_code_audited begin
  /external/clang/test/SemaCXX/Inputs/
header-with-pragma-optimize-off.h 3 #pragma clang optimize off
  /external/clang/test/SemaCXX/
attr-disable-tail-calls.cpp 6 [[clang::disable_tail_calls]] virtual int foo1() { return 1; }
7 [[clang::disable_tail_calls]] int foo2() { return 2; }
attr-lto-visibility-public.cpp 3 int i [[clang::lto_visibility_public]]; // expected-warning {{'lto_visibility_public' attribute only applies to struct, union or class}}
4 typedef int t [[clang::lto_visibility_public]]; // expected-warning {{'lto_visibility_public' attribute only applies to struct, union or class}}
5 [[clang::lto_visibility_public]] void f(); // expected-warning {{'lto_visibility_public' attribute only applies to struct, union or class}}
6 void f() [[clang::lto_visibility_public]]; // expected-error {{'lto_visibility_public' attribute cannot be applied to types}}
8 struct [[clang::lto_visibility_public]] s1 {
9 int i [[clang::lto_visibility_public]]; // expected-warning {{'lto_visibility_public' attribute only applies to struct, union or class}}
10 [[clang::lto_visibility_public]] void f(); // expected-warning {{'lto_visibility_public' attribute only applies to struct, union or class}}
13 struct [[clang::lto_visibility_public(1)]] s2 { // expected-error {{'lto_visibility_public' attribute takes no arguments}}

Completed in 1514 milliseconds

1 2 3 4 5 6 7 8 91011>>