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

1 2

  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 66 /// the diagnostic will appear, rather than placing the expected-* directive in
115 /// including regexes wrapped in double curly braces in the directive, such as:
133 /// VerifyDiagnosticConsumer expects at least one expected-* directive to
135 /// following directive can be used to indicate this:
144 /// Directive - Abstract class representing a parsed verify directive.
146 class Directive {
148 static std::unique_ptr<Directive> create(bool RegexKind,
164 virtual ~Directive() { }
166 // Returns true if directive text is valid
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
dir-intel03-err.l 2 .*:8: Error: Directive .atmp available only with -mintel-syntax option
4 .*:10: Error: Directive .dual available only with -mintel-syntax option
5 .*:13: Error: Directive .enddual available only with -mintel-syntax option
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 35 StringRef Directive,
38 return (Obj->*Handler)(Directive, DirectiveLoc);
MCAsmParser.h 84 virtual void addDirectiveHandler(StringRef Directive,
87 virtual void addAliasForDirective(StringRef Directive, StringRef Alias) = 0;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DirectiveToken.java 56 return ID.Directive;
Token.java 23 Alias, Anchor, BlockEnd, BlockEntry, BlockMappingStart, BlockSequenceStart, Directive, DocumentEnd, DocumentStart, FlowEntry, FlowMappingEnd, FlowMappingStart, FlowSequenceEnd, FlowSequenceStart, Key, Scalar, StreamEnd, StreamStart, Tag, Value, Whitespace, Comment, Error
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 162 unsigned Directive =
165 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 ||
166 Directive == PPC::DIR_PWR8 )
222 unsigned Directive =
226 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 ||
227 Directive == PPC::DIR_PWR8 || CurSlots == 6) {
PPCTargetTransformInfo.cpp 234 unsigned Directive = ST->getDarwinDirective();
237 if (Directive == PPC::DIR_440)
242 if (Directive == PPC::DIR_A2)
246 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500)
251 if (Directive == PPC::DIR_PWR7 ||
252 Directive == PPC::DIR_PWR8)
PPCSubtarget.cpp 160 static bool needsAggressiveScheduling(unsigned Directive) {
161 switch (Directive) {
PPCAsmPrinter.cpp     [all...]
PPCInstrInfo.cpp 76 unsigned Directive =
78 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 ||
79 Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) {
93 unsigned Directive =
96 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8)
100 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 &
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 26 typedef VerifyDiagnosticConsumer::Directive Directive;
159 /// StandardDirective - Directive with string matching.
161 class StandardDirective : public Directive {
166 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { }
178 /// RegexDirective - Directive with regular-expression matching.
180 class RegexDirective : public Directive {
185 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
307 /// diagnostics. If so, then put them in the appropriate directive list.
356 // If a directive has been found but we're not intereste
    [all...]
  /external/llvm/test/MC/COFF/
comm-align.s 56 # CHECK: Directive(s): -aligncomm:"_s_2",1 -aligncomm:"_s_4",2 -aligncomm:"_s_8",3 -aligncomm:"_small_but_overaligned",3
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
DirectiveTokenTest.java 67 assertEquals(ID.Directive, token.getTokenId());
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 230 SmallString<128> Directive;
231 raw_svector_ostream OS(Directive);
239 EmitBytes(Directive);
MCAsmStreamer.cpp 490 // The intel_syntax directive has one optional argument
589 // Note: a .zerofill directive does not switch sections.
592 // This is a mach-o specific directive.
615 // This is a mach-o specific directive and section.
696 const char *Directive = nullptr;
699 case 1: Directive = MAI->getData8bitsDirective(); break;
700 case 2: Directive = MAI->getData16bitsDirective(); break;
701 case 4: Directive = MAI->getData32bitsDirective(); break;
702 case 8: Directive = MAI->getData64bitsDirective(); break;
705 if (!Directive) {
    [all...]
  /external/snakeyaml/src/test/java/org/pyyaml/
CanonicalParser.java 56 if (scanner.checkToken(Token.ID.Directive, Token.ID.DocumentStart)) {
66 // document: DIRECTIVE? DOCUMENT-START node
68 if (scanner.checkToken(Token.ID.Directive)) {
69 scanner.getToken(Token.ID.Directive);
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 29 void addDirectiveHandler(StringRef Directive) {
32 getParser().addDirectiveHandler(Directive, Handler);
142 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
264 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
265 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive)
268 assert(Attr != MCSA_Invalid && "unexpected symbol attribute directive!");
274 return TokError("expected identifier in directive");
284 return TokError("unexpected token in directive");
305 return TokError("unexpected token in section switching directive");
341 return TokError("expected identifier in directive");
    [all...]
DarwinAsmParser.cpp 30 /// \brief Implementation of directive handling which is shared across all
34 void addDirectiveHandler(StringRef Directive) {
37 getParser().addDirectiveHandler(Directive, Handler);
199 // Named Section Directive
369 // Darwin silently ignores the .ident directive.
388 return TokError("unexpected token in section switching directive");
401 // section, then just issuing the section switch directive will not realign
416 return TokError("expected identifier in directive");
422 return TokError("unexpected token in '.desc' directive");
430 return TokError("unexpected token in '.desc' directive");
    [all...]
ELFAsmParser.cpp 27 void addDirectiveHandler(StringRef Directive) {
31 getParser().addDirectiveHandler(Directive, Handler);
151 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
152 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive)
159 assert(Attr != MCSA_Invalid && "unexpected symbol attribute directive!");
165 return TokError("expected identifier in directive");
175 return TokError("unexpected token in directive");
201 return TokError("expected identifier in directive");
205 return TokError("unexpected token in directive");
213 return TokError("unexpected token in directive");
    [all...]
AsmParser.cpp 135 /// \brief maps directive names to handler methods in parser
187 void addDirectiveHandler(StringRef Directive,
189 ExtensionDirectiveMap[Directive] = Handler;
192 void addAliasForDirective(StringRef Directive, StringRef Alias) override {
193 DirectiveKindMap[Directive] = DirectiveKindMap[Alias];
309 /// \brief Process the specified file for the .incbin directive.
342 // Generic (target and platform independent) directive parsing.
373 /// \brief Maps directive name --> DirectiveKind enum, for
420 bool parseDirectiveExitMacro(StringRef Directive);
421 bool parseDirectiveEndMacro(StringRef Directive);
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 86 /// threadprivate-directive:
90 assert(Tok.is(tok::annot_pragma_openmp) && "Not an OpenMP directive!");
154 /// threadprivate-directive:
158 /// executable-directive:
170 assert(Tok.is(tok::annot_pragma_openmp) && "Not an OpenMP directive!");
181 // Name of critical directive.
183 StmtResult Directive = StmtError();
200 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation());
245 // Parse directive name of the 'critical' directive if any
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 1 //===--- PPDirectives.cpp - Directive Handling for Preprocessor -----------===//
11 /// \brief Implements # directive processing for the Preprocessor.
33 // Utility Methods for Preprocessor Directive Handling.
87 assert(Tmp.isNot(tok::eof) && "EOF seen while discarding directive tokens");
256 // There should be no tokens after the directive, but we allow them as an
263 // or if this is a macro-style preprocessing directive, because it is more
277 /// SkipExcludedConditionalBlock - We just read a \#if or related directive and
281 /// this \#if directive, so \#else/\#elif blocks should never be entered.
283 /// already seen one so a \#else directive is a duplicate. When this returns,
329 // If this token is not a preprocessor directive, just skip it
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 619 // DATA, __common section with the .zerofill directive.
623 // Put zero initialized globals with local linkage in __DATA,__bss directive
624 // with the .zerofill directive (aka .lcomm).
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
ParserImpl.java 59 * explicit_document ::= DIRECTIVE* DOCUMENT-START block_node? DOCUMENT-END*
94 * explicit_document: { DIRECTIVE DOCUMENT-START }
177 * explicit_document ::= DIRECTIVE* DOCUMENT-START block_node? DOCUMENT-END*
194 if (!scanner.checkToken(Token.ID.Directive, Token.ID.DocumentStart, Token.ID.StreamEnd)) {
271 if (scanner.checkToken(Token.ID.Directive, Token.ID.DocumentStart,
287 while (scanner.checkToken(Token.ID.Directive)) {
292 throw new ParserException(null, null, "found duplicate YAML directive",
    [all...]

Completed in 928 milliseconds

1 2