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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adtgen.h 34 #define ApExtractType(TypeFlags) ((AUDIT_PARAM_TYPE)(TypeFlags & AP_ParamTypeMask))
35 #define ApExtractFlags(TypeFlags) ((TypeFlags & ~AP_ParamTypeMask))
  /external/lldb/source/Plugins/SymbolFile/DWARF/
HashedNameToDIE.h 141 eAtomTypeTypeFlags = 5u, // Flags from enum TypeFlags,
149 enum TypeFlags
459 case eAtomTypeTypeFlags: // Flags from enum TypeFlags
463 case eAtomTypeQualNameHash: // Flags from enum TypeFlags
501 case eAtomTypeTypeFlags: // Flags from enum TypeFlags
512 case eAtomTypeQualNameHash: // Flags from enum TypeFlags
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 228 milliseconds