reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/YAMLTraits.h
  829       Val = static_cast<T>(Val | ConstVal);
  928     const bool sameAsDefault = outputting() && Val == DefaultValue;
  936         Val = DefaultValue;
  981       Val = T();
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  395           sout.scope = (sin->n_type & (N_PEXT|N_EXT));
  427           sout.scope = (sin->n_type & (N_PEXT|N_EXT));
  433           else if (sout.scope == (SymbolScope)N_EXT)
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  989     scope = 0;
 1001         scope = N_PEXT | N_EXT;
 1007     scope = N_PEXT;
 1013         scope = N_EXT;
 1017         scope = N_PEXT;
 1022       scope = N_EXT;
 1042     sym.scope = 0;
 1072           sym.scope = symbolScope;
 1088         sym.scope = 0;
 1105     sym.scope = ai.scope;
 1137     sym.scope = ai.scope;
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
   78   sym.scope = N_EXT;
   91   sym.scope = N_EXT;
  103   sym.scope = N_EXT;
tools/lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp
   46   fooSymbol.scope = N_EXT;
   53   barSymbol.scope = N_EXT;
   64   bazSymbol.scope = N_EXT | N_PEXT;
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {