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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.def 408 The derivation from tuple contains a TYPE_PACK_EXPANSION for the
411 DEFTREECODE (TYPE_PACK_EXPANSION, "type_pack_expansion", tcc_type, 0)
416 EXPR_PACK_EXPANSION plays precisely the same role as TYPE_PACK_EXPANSION,
cp-tree.h     [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-check.h 282 #define TYPE_PACK_EXPANSION_CHECK(t) TREE_CHECK (t, TYPE_PACK_EXPANSION)
  /external/clang/lib/Serialization/
ASTWriter.cpp 383 Code = TYPE_PACK_EXPANSION;
920 RECORD(TYPE_PACK_EXPANSION);
    [all...]
ASTReader.cpp     [all...]

Completed in 96 milliseconds