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

1 2 3

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
DirectiveParser.cpp 49 static DirectiveType getDirective(const pp::Token *token)
272 DirectiveType directive = getDirective(token);
343 assert(getDirective(token) == DIRECTIVE_DEFINE);
439 assert(getDirective(token) == DIRECTIVE_UNDEF);
480 assert(getDirective(token) == DIRECTIVE_IF);
486 assert(getDirective(token) == DIRECTIVE_IFDEF);
492 assert(getDirective(token) == DIRECTIVE_IFNDEF);
498 assert(getDirective(token) == DIRECTIVE_ELSE);
539 assert(getDirective(token) == DIRECTIVE_ELIF);
579 assert(getDirective(token) == DIRECTIVE_ENDIF)
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 364 const DefMacroDirective *getDirective() const { return DefDirective; }
365 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h 840 return MacroDefinition(DI.getDirective(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 364 const DefMacroDirective *getDirective() const { return DefDirective; }
365 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h 843 return MacroDefinition(DI.getDirective(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 364 const DefMacroDirective *getDirective() const { return DefDirective; }
365 DefMacroDirective *getDirective() { return DefDirective; }
Preprocessor.h 843 return MacroDefinition(DI.getDirective(),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
MacroInfo.h 343 const DefMacroDirective *getDirective() const { return DefDirective; }
344 DefMacroDirective *getDirective() { return DefDirective; }

Completed in 644 milliseconds

1 2 3