Home
last modified time | relevance | path

Searched full:directive (Results 1 – 25 of 2234) sorted by relevance

12345678910>>...90

/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/Frontend/OpenMP/
DOMP.h.inc12 enum class Directive {
124 constexpr auto OMPD_allocate = llvm::omp::Directive::OMPD_allocate;
125 constexpr auto OMPD_assumes = llvm::omp::Directive::OMPD_assumes;
126 constexpr auto OMPD_atomic = llvm::omp::Directive::OMPD_atomic;
127 constexpr auto OMPD_barrier = llvm::omp::Directive::OMPD_barrier;
128 constexpr auto OMPD_begin_assumes = llvm::omp::Directive::OMPD_begin_assumes;
129 constexpr auto OMPD_begin_declare_target = llvm::omp::Directive::OMPD_begin_declare_target;
130 constexpr auto OMPD_begin_declare_variant = llvm::omp::Directive::OMPD_begin_declare_variant;
131 constexpr auto OMPD_cancel = llvm::omp::Directive::OMPD_cancel;
132 constexpr auto OMPD_cancellation_point = llvm::omp::Directive::OMPD_cancellation_point;
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h31 /// directive.
35 /// \brief Kind of the directive.
37 /// \brief Starting location of the directive (directive keyword).
39 /// \brief Ending location of the directive.
47 /// NumChildren pointers to child stmts/exprs (if the directive type
59 /// \brief Build instance of directive of class \a K.
62 /// \param K Kind of OpenMP directive.
63 /// \param StartLoc Starting location of the directive (directive keyword).
64 /// \param EndLoc Ending location of the directive.
77 /// \param Clauses The list of clauses for the directive.
[all …]
/external/llvm/test/MC/Mips/
Dmodule-directive-bad.s6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
[all …]
/external/clang/include/clang/Basic/
DOpenMPKinds.h142 /// \brief Checks if the specified directive is a directive with an associated
144 /// \param DKind Specified directive.
145 /// \return true - the directive is a loop-associated directive like 'omp simd'
146 /// or 'omp for' directive, otherwise - false.
149 /// \brief Checks if the specified directive is a worksharing directive.
150 /// \param DKind Specified directive.
151 /// \return true - the directive is a worksharing directive like 'omp for',
155 /// \brief Checks if the specified directive is a taskloop directive.
156 /// \param DKind Specified directive.
157 /// \return true - the directive is a worksharing directive like 'omp taskloop',
[all …]
DOpenMPKinds.def234 // Clauses allowed for OpenMP directive 'parallel'.
245 // Clauses allowed for directive 'omp simd'.
255 // Clauses allowed for directive 'omp for'.
266 // Clauses allowed for directive 'omp for simd'.
280 // Clauses allowed for OpenMP directive 'omp sections'.
287 // Clauses allowed for directive 'omp single'.
293 // Clauses allowed for OpenMP directive 'cancel'.
335 // Clauses allowed for OpenMP directive 'parallel for'.
351 // Clauses allowed for OpenMP directive 'parallel for simd'.
370 // Clauses allowed for OpenMP directive 'parallel sections'.
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/
Ddirective.properties17 directive.1=org.apache.velocity.runtime.directive.Foreach
18 directive.2=org.apache.velocity.runtime.directive.Include
19 directive.3=org.apache.velocity.runtime.directive.Parse
20 directive.4=org.apache.velocity.runtime.directive.Macro
21 directive.5=org.apache.velocity.runtime.directive.Evaluate
22 directive.6=org.apache.velocity.runtime.directive.Break
23 directive.7=org.apache.velocity.runtime.directive.Define
24 directive.8=org.apache.velocity.runtime.directive.Stop
/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/Frontend/OpenACC/
DACC.h.inc12 enum class Directive {
38 constexpr auto ACCD_atomic = llvm::acc::Directive::ACCD_atomic;
39 constexpr auto ACCD_cache = llvm::acc::Directive::ACCD_cache;
40 constexpr auto ACCD_data = llvm::acc::Directive::ACCD_data;
41 constexpr auto ACCD_declare = llvm::acc::Directive::ACCD_declare;
42 constexpr auto ACCD_enter_data = llvm::acc::Directive::ACCD_enter_data;
43 constexpr auto ACCD_exit_data = llvm::acc::Directive::ACCD_exit_data;
44 constexpr auto ACCD_host_data = llvm::acc::Directive::ACCD_host_data;
45 constexpr auto ACCD_init = llvm::acc::Directive::ACCD_init;
46 constexpr auto ACCD_kernels = llvm::acc::Directive::ACCD_kernels;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/
DOMP.td1 //===-- OMP.td - OpenMP directive definition file ----------*- tablegen -*-===//
13 include "llvm/Frontend/Directive/DirectiveBase.td"
448 def OMP_ThreadPrivate : Directive<"threadprivate"> {}
449 def OMP_Parallel : Directive<"parallel"> {
465 def OMP_Task : Directive<"task"> {
485 def OMP_Simd : Directive<"simd"> {
503 def OMP_Tile : Directive<"tile"> {
508 def OMP_Unroll : Directive<"unroll"> {
514 def OMP_For : Directive<"for"> {
529 def OMP_Do : Directive<"do"> {
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/
Ddirective.hpp10 //~ #include <boost/spirit/home/x3/directive/as.hpp>
11 #include <boost/spirit/home/x3/directive/confix.hpp>
12 //~ #include <boost/spirit/home/x3/directive/encoding.hpp>
13 //~ #include <boost/spirit/home/x3/directive/hold.hpp>
14 #include <boost/spirit/home/x3/directive/expect.hpp>
15 #include <boost/spirit/home/x3/directive/lexeme.hpp>
16 #include <boost/spirit/home/x3/directive/matches.hpp>
17 #include <boost/spirit/home/x3/directive/no_case.hpp>
18 #include <boost/spirit/home/x3/directive/no_skip.hpp>
19 #include <boost/spirit/home/x3/directive/omit.hpp>
[all …]
/external/clang/test/Preprocessor/
Dline-directive.c5 #line 'a' // expected-error {{#line directive requires a positive integer argument}}
6 #line 0 // expected-warning {{#line directive with zero argument is a GNU extension}}
7 #line 00 // expected-warning {{#line directive with zero argument is a GNU extension}}
10 #line 42 'a' // expected-error {{invalid filename for #line directive}}
26 # 'a' // expected-error {{invalid preprocessing directive}}
27 # 42 'f' // expected-error {{invalid filename for line marker directive}}
28 # 42 1 3 // expected-error {{invalid filename for line marker directive}}
29 # 42 "foo" 3 1 // expected-error {{invalid flag line marker directive}}
30 # 42 "foo" 42 // expected-error {{invalid flag line marker directive}}
31 # 42 "foo" 1 2 // expected-error {{invalid flag line marker directive}}
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/
Ddirective.qbk9 [section:directive Generator Directives]
21 // forwards to <boost/spirit/home/karma/directive.hpp>
37 For the `left_align[]` directive:
39 // forwards to <boost/spirit/home/karma/directive/left_alignment.hpp>
42 For the `center[]` directive:
44 // forwards to <boost/spirit/home/karma/directive/center_alignment.hpp>
47 For the `right_align[]` directive:
49 // forwards to <boost/spirit/home/karma/directive/right_alignment.hpp>
183 `maxwidth[]` directive, for instance:
238 [:The overall complexity of an alignment generator directive is defined by
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DDirective.java1 package org.apache.velocity.runtime.directive;
46 public abstract class Directive implements DirectiveConstants, Cloneable class
61 * Return the name of this directive.
62 * @return The name of this directive.
67 * Get the directive type BLOCK/LINE.
68 * @return The directive type BLOCK/LINE.
96 * returns the template in which this directive appears
123 * @return The template file name this directive was defined in, or null if not
133 * directive.
142 * when rendering this directive.
[all …]
DScope.java1 package org.apache.velocity.runtime.directive;
208 private Directive directive; field in Scope.Info
218 if (owner instanceof Directive) in Info()
220 directive = (Directive)owner; in Info()
235 if (directive != null) in getName()
237 return directive.getName(); in getName()
252 if (directive != null) in getType()
254 switch (directive.getType()) in getType()
256 case Directive.BLOCK: in getType()
258 case Directive.LINE: in getType()
[all …]
/external/clang/include/clang/Lex/
DPPCallbacks.h60 /// \param FilenameTok The file name token in \#include "FileName" directive
61 /// or macro expanded file name token from \#include MACRO(PARAMS) directive.
68 /// \brief Callback invoked whenever an inclusion directive results in a
85 /// \brief Callback invoked whenever an inclusion directive of
90 /// directive.
93 /// directive, e.g., 'include' or 'import'.
105 /// directive.
119 /// \param Imported The module, whenever an inclusion directive was
136 /// \param ImportLoc The location of import directive token.
154 /// \brief Callback invoked when a \#ident or \#sccs directive is read.
[all …]
/external/turbine/java/com/google/turbine/binder/
DModuleBinder.java116 for (ModDirective directive : module.module().directives()) { in bind()
117 switch (directive.directiveKind()) { in bind()
120 ModRequires require = (ModRequires) directive; in bind()
126 exports.add(bindExports((ModExports) directive)); in bind()
129 opens.add(bindOpens((ModOpens) directive)); in bind()
132 uses.add(bindUses((ModUses) directive)); in bind()
135 provides.add(bindProvides((ModProvides) directive)); in bind()
166 private RequireInfo bindRequires(ModRequires directive) { in bindRequires() argument
167 String moduleName = directive.moduleName(); in bindRequires()
169 for (TurbineModifier mod : directive.mods()) { in bindRequires()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp40 /// Implementation of directive handling which is shared across all
44 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
47 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
219 // Named Section Directive
436 // Darwin silently ignores the .ident directive. in parseSectionDirectiveIdent()
446 bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) { in parseWatchOSVersionMin() argument
447 return parseVersionMin(Directive, Loc, MCVM_WatchOSVersionMin); in parseWatchOSVersionMin()
449 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin() argument
450 return parseVersionMin(Directive, Loc, MCVM_TvOSVersionMin); in parseTvOSVersionMin()
452 bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) { in parseIOSVersionMin() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp42 /// Implementation of directive handling which is shared across all
46 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
49 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
219 // Named Section Directive
436 // Darwin silently ignores the .ident directive. in parseSectionDirectiveIdent()
446 bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) { in parseWatchOSVersionMin() argument
447 return parseVersionMin(Directive, Loc, MCVM_WatchOSVersionMin); in parseWatchOSVersionMin()
449 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin() argument
450 return parseVersionMin(Directive, Loc, MCVM_TvOSVersionMin); in parseTvOSVersionMin()
452 bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) { in parseIOSVersionMin() argument
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/
Ddirective.hpp14 #include <boost/spirit/home/qi/directive/as.hpp>
15 #include <boost/spirit/home/qi/directive/encoding.hpp>
16 #include <boost/spirit/home/qi/directive/hold.hpp>
17 #include <boost/spirit/home/qi/directive/lexeme.hpp>
18 #include <boost/spirit/home/qi/directive/no_skip.hpp>
19 #include <boost/spirit/home/qi/directive/matches.hpp>
20 #include <boost/spirit/home/qi/directive/no_case.hpp>
21 #include <boost/spirit/home/qi/directive/omit.hpp>
22 #include <boost/spirit/home/qi/directive/raw.hpp>
23 #include <boost/spirit/home/qi/directive/repeat.hpp>
[all …]
/external/clang/test/Index/
Dannotate-module.m12 // CHECK: Punctuation: "#" [2:1 - 2:2] inclusion directive=[[INC_DIR:DependsOnModule[/\\]Depen…
13 // CHECK-NEXT: Identifier: "include" [2:2 - 2:9] inclusion directive=[[INC_DIR]]
14 // CHECK-NEXT: Punctuation: "<" [2:10 - 2:11] inclusion directive=[[INC_DIR]]
15 // CHECK-NEXT: Identifier: "DependsOnModule" [2:11 - 2:26] inclusion directive=[[INC_DIR]]
16 // CHECK-NEXT: Punctuation: "/" [2:26 - 2:27] inclusion directive=[[INC_DIR]]
17 // CHECK-NEXT: Identifier: "DependsOnModule" [2:27 - 2:42] inclusion directive=[[INC_DIR]]
18 // CHECK-NEXT: Punctuation: "." [2:42 - 2:43] inclusion directive=[[INC_DIR]]
19 // CHECK-NEXT: Identifier: "h" [2:43 - 2:44] inclusion directive=[[INC_DIR]]
20 // CHECK-NEXT: Punctuation: ">" [2:44 - 2:45] inclusion directive=[[INC_DIR]]
32 // CHECK-MOD: Punctuation: "#" [1:1 - 1:2] inclusion directive=[[INC_DIR:Module[/\\]Sub2\.h \(…
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DASTDirective.java29 import org.apache.velocity.runtime.directive.BlockMacro;
30 import org.apache.velocity.runtime.directive.Directive;
31 import org.apache.velocity.runtime.directive.RuntimeMacro;
57 private Directive directive = null; field in ASTDirective
106 /* method is synchronized to avoid concurrent directive initialization **/ in init()
136 directive = parser.getDirective( directiveName ) in init()
142 "Couldn't initialize directive of class " + in init()
149 directive.setLocation(t.beginLine, t.beginColumn, getTemplate()); in init()
150 directive.init(rsvc, context, this); in init()
159 directive = new BlockMacro(); in init()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dpreprocessor.include.enabled.vert.err3 ERROR: 0:8002: '#include' : Could not process include directive for header name: foo.oeu
4 ERROR: 0:8003: '#include' : Could not process include directive for header name: foo.oeu/ao eu/ao.h
5 ERROR: 0:8004: '#include' : Could not process include directive for header name: foo<oeu
6 ERROR: 0:8005: '#include' : Could not process include directive for header name: foo.oe>
7 ERROR: 0:8006: '#include' : Could not process include directive for header name: foo.oe
8 ERROR: 0:8007: '#include' : Could not process include directive for header name: foo"bar"
9 ERROR: 0:8008: '#include' : Could not process include directive for header name: foo\bar
10 ERROR: 0:8009: '#include' : Could not process include directive for header name: foo.oe>
11 ERROR: 0:8010: '#include' : Could not process include directive for header name: foo
14 ERROR: 0:8014: '#include' : Could not process include directive for header name: ABCDEF0123456789AB…
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
Dpreprocessor.include.enabled.vert.err3 ERROR: 0:8002: '#include' : Could not process include directive for header name: foo.oeu
4 ERROR: 0:8003: '#include' : Could not process include directive for header name: foo.oeu/ao eu/ao.h
5 ERROR: 0:8004: '#include' : Could not process include directive for header name: foo<oeu
6 ERROR: 0:8005: '#include' : Could not process include directive for header name: foo.oe>
7 ERROR: 0:8006: '#include' : Could not process include directive for header name: foo.oe
8 ERROR: 0:8007: '#include' : Could not process include directive for header name: foo"bar"
9 ERROR: 0:8008: '#include' : Could not process include directive for header name: foo\bar
10 ERROR: 0:8009: '#include' : Could not process include directive for header name: foo.oe>
11 ERROR: 0:8010: '#include' : Could not process include directive for header name: foo
14 ERROR: 0:8014: '#include' : Could not process include directive for header name: ABCDEF0123456789AB…
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/doc/qi/
Ddirective.qbk11 [section:directive Parser Directives]
21 // forwards to <boost/spirit/home/qi/directive.hpp>
27 [section:lexeme Parser Directive Inhibiting Skipping (`lexeme[]`)]
31 The `lexeme` directive makes its subject a primitive. In a logical point
36 `lexeme` directive does an initial pre-skip (as all primitives do) and
43 `lexeme` directive. For example, here's a rule that parses integers:
47 The `lexeme` directive instructs its subject parser to work on the
53 desired, use the [qi_no_skip `no_skip`] directive instead.]
57 // forwards to <boost/spirit/home/qi/directive/lexeme.hpp>
119 [section:no_skip Parser Directive Inhibiting Skipping Without Pre-skip (`no_skip[]`)]
[all …]
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/image/
DLayer.java127 * Protobuf enum {@code grafeas.v1beta1.image.Layer.Directive}
129 public enum Directive implements com.google.protobuf.ProtocolMessageEnum { enum in Layer
134 * Default value for unsupported/missing directive.
317 * Default value for unsupported/missing directive.
508 public static Directive valueOf(int value) { in valueOf()
516 public static Directive forNumber(int value) { in forNumber()
559 public static com.google.protobuf.Internal.EnumLiteMap<Directive> internalGetValueMap() { in internalGetValueMap()
563 private static final com.google.protobuf.Internal.EnumLiteMap<Directive> internalValueMap =
564 new com.google.protobuf.Internal.EnumLiteMap<Directive>() {
565 public Directive findValueByNumber(int number) {
[all …]
DLayerOrBuilder.java30 * Required. The recovered Dockerfile directive used to construct this layer.
33 * <code>.grafeas.v1beta1.image.Layer.Directive directive = 1;</code>
35 * @return The enum numeric value on the wire for directive.
42 * Required. The recovered Dockerfile directive used to construct this layer.
45 * <code>.grafeas.v1beta1.image.Layer.Directive directive = 1;</code>
47 * @return The directive.
49 io.grafeas.v1beta1.image.Layer.Directive getDirective(); in getDirective()
55 * The recovered arguments to the Dockerfile directive.
67 * The recovered arguments to the Dockerfile directive.

12345678910>>...90