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

  /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 Directive *create(bool RegexKind, SourceLocation DirectiveLoc,
161 virtual ~Directive() { }
163 // Returns true if directive text is valid
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 35 StringRef Directive,
38 return (Obj->*Handler)(Directive, DirectiveLoc);
MCAsmParser.h 82 virtual void addDirectiveHandler(StringRef Directive,
  /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 301 unsigned Directive = ST->getDarwinDirective();
304 if (Directive == PPC::DIR_440)
309 if (Directive == PPC::DIR_A2)
313 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500)
PPCSubtarget.cpp 242 static bool needsAggressiveScheduling(unsigned Directive) {
243 switch (Directive) {
PPCAsmPrinter.cpp 799 /// directive.
840 unsigned Directive = Subtarget.getDarwinDirective();
841 if (Subtarget.hasMFOCRF() && Directive < PPC::DIR_970)
842 Directive = PPC::DIR_970;
843 if (Subtarget.hasAltivec() && Directive < PPC::DIR_7400)
844 Directive = PPC::DIR_7400;
845 if (Subtarget.isPPC64() && Directive < PPC::DIR_64)
846 Directive = PPC::DIR_64;
847 assert(Directive <= PPC::DIR_64 && "Directive out of range.")
    [all...]
PPCInstrInfo.cpp 73 unsigned Directive =
75 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 ||
76 Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) {
90 unsigned Directive =
93 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8)
97 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 &
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 26 typedef VerifyDiagnosticConsumer::Directive Directive;
162 /// StandardDirective - Directive with string matching.
164 class StandardDirective : public Directive {
169 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { }
181 /// RegexDirective - Directive with regular-expression matching.
183 class RegexDirective : public Directive {
188 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
310 /// diagnostics. If so, then put them in the appropriate directive list.
359 // If a directive has been found but we're not intereste
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 27 /// \brief Implementation of directive handling which is shared across all
31 void addDirectiveHandler(StringRef Directive) {
34 getParser().addDirectiveHandler(Directive, Handler);
189 // Named Section Directive
359 // Darwin silently ignores the .ident directive.
378 return TokError("unexpected token in section switching directive");
392 // section, then just issuing the section switch directive will not realign
407 return TokError("expected identifier in directive");
413 return TokError("unexpected token in '.desc' directive");
421 return TokError("unexpected token in '.desc' directive");
    [all...]
COFFAsmParser.cpp 29 void addDirectiveHandler(StringRef Directive) {
32 getParser().addDirectiveHandler(Directive, Handler);
141 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
263 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
264 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive)
267 assert(Attr != MCSA_Invalid && "unexpected symbol attribute directive!");
273 return TokError("expected identifier in directive");
283 return TokError("unexpected token in directive");
304 return TokError("unexpected token in section switching directive");
340 return TokError("expected identifier in directive");
    [all...]
ELFAsmParser.cpp 27 void addDirectiveHandler(StringRef Directive) {
31 getParser().addDirectiveHandler(Directive, Handler);
161 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
162 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive)
169 assert(Attr != MCSA_Invalid && "unexpected symbol attribute directive!");
175 return TokError("expected identifier in directive");
185 return TokError("unexpected token in directive");
212 return TokError("expected identifier in directive");
216 return TokError("unexpected token in directive");
224 return TokError("unexpected token in directive");
    [all...]
AsmParser.cpp 141 /// \brief maps directive names to handler methods in parser
190 void addDirectiveHandler(StringRef Directive,
192 ExtensionDirectiveMap[Directive] = Handler;
305 /// \brief Process the specified file for the .incbin directive.
335 // Generic (target and platform independent) directive parsing.
364 /// \brief Maps directive name --> DirectiveKind enum, for
410 bool parseDirectiveEndMacro(StringRef Directive);
412 bool parseDirectiveMacrosOnOff(StringRef Directive);
427 /// \brief Parse a directive like ".globl" which
459 bool parseDirectiveRept(SMLoc DirectiveLoc, StringRef Directive);
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_sphinxext/
chromesite_builder.py 15 from docutils.parsers.rst import Directive, directives
271 class NaclCodeDirective(Directive):
272 """ Custom "naclcode" directive for code snippets. To keep it under our
devsite_builder.py 15 from docutils.parsers.rst import Directive, directives
339 class NaclCodeDirective(Directive):
340 """ Custom "naclcode" directive for code snippets. To keep it under our
  /external/clang/lib/Parse/
ParseOpenMP.cpp 53 /// threadprivate-directive:
57 assert(Tok.is(tok::annot_pragma_openmp) && "Not an OpenMP directive!");
102 /// threadprivate-directive:
106 /// executable-directive:
112 assert(Tok.is(tok::annot_pragma_openmp) && "Not an OpenMP directive!");
122 // Name of critical directive.
124 StmtResult Directive = StmtError();
139 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation());
176 // End location of the directive.
200 Directive = Actions.ActOnOpenMPExecutableDirective
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 547 // Note: a .zerofill directive does not switch sections.
550 // This is a mach-o specific directive.
571 // This is a mach-o specific directive and section.
651 const char *Directive = nullptr;
654 case 1: Directive = MAI->getData8bitsDirective(); break;
655 case 2: Directive = MAI->getData16bitsDirective(); break;
656 case 4: Directive = MAI->getData32bitsDirective(); break;
657 case 8: Directive = MAI->getData64bitsDirective(); break;
660 if (!Directive) {
692 assert(Directive && "Invalid size for machine code value!")
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 553 SmallString<128> Directive;
554 raw_svector_ostream OS(Directive);
576 OutStreamer.EmitBytes(Directive);
  /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.
127 assert(Tmp.isNot(tok::eof) && "EOF seen while discarding directive tokens");
180 /// this is due to a a \#define, 2 if \#undef directive, 0 if it is something
218 // There should be no tokens after the directive, but we allow them as an
225 // or if this is a macro-style preprocessing directive, because it is more
239 /// SkipExcludedConditionalBlock - We just read a \#if or related directive and
243 /// this \#if directive, so \#else/\#elif blocks should never be entered.
245 /// already seen one so a \#else directive is a duplicate. When this returns
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 36 /// \brief Default data sharing attributes, which can be applied to directive.
90 OpenMPDirectiveKind Directive;
97 Directive(DKind), DirectiveName(std::move(Name)), CurScope(CurScope),
101 Directive(OMPD_unknown), DirectiveName(), CurScope(nullptr),
146 /// match specified \a CPred predicate in any directive which matches \a DPred
152 /// match specified \a CPred predicate in any innermost directive which
158 /// \brief Returns currently analyzed directive.
160 return Stack.back().Directive;
162 /// \brief Returns parent directive.
165 return Stack[Stack.size() - 2].Directive;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 169 StringRef Directive);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 169 /// \brief True if we are currently preprocessing a #if or #elif directive
371 /// For each IdentifierInfo used in a \#pragma push_macro directive,
509 /// \brief True if we are currently preprocessing a #if or #elif directive
604 /// \brief Add a directive to the macro directive history for this identifier.
802 /// directive handling.
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]

Completed in 981 milliseconds