HomeSort by: relevance | last modified time | path
    Searched refs:data_type_ref (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableMap.h 33 using data_type_ref = const S&;
39 static inline data_type_ref DataOfValue(value_type_ref V) {
50 static inline bool isDataEqual(data_type_ref L, data_type_ref R) {
69 using data_type_ref = typename ValInfo::data_type_ref;
98 data_type_ref D) {
199 data_type_ref getData() const { return (*this)->second; }
246 using data_type_ref = typename ValInfo::data_type_ref;
    [all...]
ImmutableSet.h 927 using data_type_ref = bool;
930 static data_type_ref DataOfValue(value_type_ref) { return true; }
940 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
953 using data_type_ref = bool;
956 static data_type_ref DataOfValue(value_type_ref) { return true; }
962 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 40 /// typedef ExampleData &data_type_ref;
48 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data);
54 /// data_type_ref Data, offset_type DataLen);
68 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
117 typename Info::data_type_ref Data) {
126 typename Info::data_type_ref Data, Info &InfoObj) {
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 97 using data_type_ref = const InstrProfWriter::ProfilingData *const;
113 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) {
140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
MultiOnDiskHashTable.h 302 typename WriterInfo::data_type_ref Data, WriterInfo &Info) {
GlobalModuleIndex.cpp 725 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in class:__anon3277::IdentifierIndexWriterTrait
734 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
ASTWriter.cpp 1656 using data_type_ref = const data_type &;
1669 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) {
1692 data_type_ref Data, unsigned DataLen) {
3002 using data_type_ref = const data_type &;
3015 data_type_ref Methods) {
3046 data_type_ref Methods, unsigned DataLen) {
3294 using data_type_ref = data_type;
3521 using data_type_ref = const data_type &;
3564 data_type_ref Lookup) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 186 RegionBindingsRef add(key_type_ref K, data_type_ref D) const {

Completed in 27 milliseconds