HomeSort by relevance Sort by last modified time
    Searched refs:Keyword (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 436 ElaboratedTypeKeyword Keyword = ETK_None;
440 Keyword = ETypeInput->getKeyword();
459 if (Prefix || Keyword != ETK_None) {
460 QT = Ctx.getElaboratedType(Keyword, Prefix, QT);
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 100 case PDB_ColorItem::Keyword:
  /external/python/cpython2/Lib/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 14 aetypes.Keyword('kwrd'),
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 85 // Add the '_experimental_modules_import' contextual keyword.
90 // Language Keyword Implementation
120 /// \brief How a keyword is treated in the selected standard.
125 KS_Future // Is a keyword in future standard
129 /// \brief Translates flags as specified in TokenKinds.def into keyword status
160 static void AddKeyword(StringRef Keyword,
165 // Don't add this keyword under MSVCCompat.
170 // Don't add this keyword under OpenCL.
174 // Don't add this keyword if disabled in this language.
178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 92 char* Keyword; // Name of variable
197 // A keyword
203 } KEYWORD;
205 // The keyword->symbol translation table. Sorting is required.
206 static const KEYWORD TabKeys[] = {
216 {"KEYWORD", SKEYWORD}
219 #define NUMKEYS (sizeof(TabKeys)/sizeof(KEYWORD))
284 // name-value pair following the WEIGHTING_FUNCTION tag/keyword. The first attribute
288 // the weighting function keyword. A semi-colon separates attribute pairs from each
511 // Try to see if current identifier is a keyword, if so return the referred symbo
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py     [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 460 OS << Results[I].Keyword << '\n';
580 llvm_unreachable("Macro and keyword kinds are handled by the constructors");
595 return R.Keyword;
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 545 Keyword k = (Keyword)mods.head();
MemberCodeGen.java 468 else if (method instanceof Keyword) { // constructor
477 if (((Keyword)method).get() == SUPER)
491 if (target instanceof Keyword)
492 if (((Keyword)target).get() == SUPER)
    [all...]
Parser.java 173 list = new ASTList(new Keyword(lex.get()), list);
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 208 if (type != CPDF_StreamParser::Keyword) {
303 return Keyword;

Completed in 1643 milliseconds

12 3 4 5 6 7