Home
last modified time | relevance | path

Searched refs:specifiers (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project/clang/test/ParserHLSL/
H A Daccess_specifiers.hlsl12 protected: // expected-warning {{access specifiers are a clang HLSL extension}}
14 private: // expected-warning {{access specifiers are a clang HLSL extension}}
18 KEYWORD Shiba : public Doggo { // expected-warning {{access specifiers are a clang HLSL extension}}
26 KEYWORD Chow : private Doggo { // expected-warning {{access specifiers are a clang HLSL extension}…
30 KEYWORD Dachshund : protected Doggo { // expected-warning {{access specifiers are a clang HLSL ext…
H A Dcb_error.hlsl46 // expected-error@+1 {{expected member name or ';' after declaration specifiers}}
/llvm-project/mlir/lib/Conversion/FuncToEmitC/
H A DFuncToEmitC.cpp72 ArrayAttr specifiers = rewriter.getStrArrayAttr({"extern"}); in matchAndRewrite() local
73 newFuncOp.setSpecifiersAttr(specifiers); in matchAndRewrite()
79 ArrayAttr specifiers = rewriter.getStrArrayAttr({"static"}); in matchAndRewrite() local
80 newFuncOp.setSpecifiersAttr(specifiers); in matchAndRewrite()
/llvm-project/mlir/test/Conversion/FuncToEmitC/
H A Dfunc-to-emitc.mlir11 // CHECK-LABEL: emitc.func private @foo() attributes {specifiers = ["static"]}
43 // CHECK-LABEL: emitc.func private @return_i32(%arg0: i32) -> i32 attributes {specifiers = ["static"]}
59 // CHECK-LABEL: emitc.func private @return_i32(i32) -> i32 attributes {specifiers = ["extern"]}
64 // CHECK-LABEL: emitc.func private @return_void() attributes {specifiers = ["static"]}
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dredundant-access-specifiers.rst1 .. title:: clang-tidy - readability-redundant-access-specifiers
3 readability-redundant-access-specifiers
7 method) access specifiers.
H A Dredundant-inline-specifier.rst6 Detects redundant ``inline`` specifiers on function and variable declarations.
/llvm-project/mlir/test/Target/Cpp/
H A Dfunc.mlir14 emitc.func @return_i32() -> i32 attributes {specifiers = ["static","inline"]} {
41 emitc.func private @extern_func(i32) attributes {specifiers = ["extern"]}
44 emitc.func private @array_arg(!emitc.array<3xi32>) attributes {specifiers = ["extern"]}
H A Ddeclare_func.mlir16 emitc.func @foo(%arg0: i32) -> i32 attributes {specifiers = ["static","inline"]} {
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/fuchsia/
H A Dtrailing-return.rst7 ``decltype`` specifiers and lambda with otherwise unutterable return types.
21 Exceptions are made for lambdas and ``decltype`` specifiers:
/llvm-project/llvm/test/FileCheck/
H A Dnumeric-defines.txt50 ; Tests with explicit format specifiers.
71 ; Test with explicit and default format specifiers.
73 ; Test with explicit and implicit format specifiers.
/llvm-project/clang/test/Parser/
H A Dobjc-cxx-keyword-identifiers.mm4 …int throw; // expected-error {{expected member name or ';' after declaration specifiers; 'throw' i…
27 …row; // expected-error {{expected member name or ';' after declaration specifiers; 'throw' is a ke…
/llvm-project/clang/test/SemaObjCXX/
H A Dmessage.mm64 // Test class messages that use non-trivial simple-type-specifiers
65 // or typename-specifiers.
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-std-print.rst52 - Use of any unsupported flags or specifiers will cause the entire
81 - any arguments that corresponded to ``%p`` specifiers that
84 - any arguments that corresponded to ``%s`` specifiers where the argument
H A Duse-auto.rst40 Iterator type specifiers tend to be long and used frequently, especially in
57 The check will only replace iterator type-specifiers when all of the following
/llvm-project/clang/test/SemaCXX/
H A Dnamespace-alias.cpp51 namespace A3::extra::specifiers = A2; // expected-error {{alias must be a single identifier}}
/llvm-project/libc/docs/
H A Dc23.rst
/llvm-project/libcxx/
H A D.clang-tidy82 # readability-redundant-access-specifiers,
/llvm-project/llvm/test/DebugInfo/X86/
H A Drange_reloc.ll18 ; specifiers and exercises different cases there, and another that does not
32 ; that those ranges don't use base address specifiers
/llvm-project/mlir/test/Dialect/EmitC/
H A Dops.mlir25 emitc.func @return_i32() -> i32 attributes {specifiers = ["static","inline"]} {
35 emitc.func private @extern(i32) attributes {specifiers = ["extern"]}
/llvm-project/libcxx/docs/Status/
H A DFormatIssues.csv4 `P1892 <https://wg21.link/P1892>`_,"Extended locale-specific presentation specifiers for std::format","C++20",Mark de Wever,|Complete|,14
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/objc/
H A Dnsdate-formatter.rst7 can specify a custom format string. Certain format specifiers are undesirable
/llvm-project/lld/test/ELF/
H A Ddeplibs.s37 ## LLD tries to resolve dependent library specifiers in the following order:
/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def140 /// Whether to use DWARF base address specifiers in .debug_ranges.
/llvm-project/mlir/test/Dialect/SparseTensor/
H A Dinvalid_encoding.mlir233 … mismatch between forward-declarations and specifiers. Declared 3 level-variables; but got 2 level…
/llvm-project/clang/test/SemaObjC/
H A Dformat-strings-objc.m248 …NSLog(@"no specifiers", dict[CFSTR("abc")]); // expected-error{{indexing expression is invalid bec…
252 …[Foo fooWithFormat:@"no specifiers", dict[CFSTR("abc")]]; // expected-error{{indexing expression i…

123