| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| StringSaver.h | 44 llvm::DenseSet<llvm::StringRef> Unique;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| InstrProf.h | 421 // Unique name strings. 553 AddrToMD5Map.erase(std::unique(AddrToMD5Map.begin(), AddrToMD5Map.end()), 620 CountSumOrPercent Unique;
|
| /src/sys/coda/ |
| coda.h | 212 u_long Unique; 218 return (fid->Unique + (fid->Vnode<<10) + (fid->Volume<<20)); 225 fid->Vnode, fid->Unique); 233 fid1->Unique == fid2->Unique); 371 unsigned long unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr 380 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr 387 /* Really important that opcode and unique are 1st two fields! */ 390 u_int32_t unique; member in struct:coda_out_hdr 829 (fidp)->Unique == -1 [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaStmt.cpp | 1477 std::unique(EnumVals.begin(), EnumVals.end(), EqEnumVals); 1631 std::unique(EnumVals.begin(), EnumVals.end(), EqEnumVals); 4331 enum Unique { ForDenseMap }; 4332 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {}
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTContext.cpp | 2713 assert(!Ty.isNull() && "Null QualType sent to unique object rep check"); 2715 // Arrays are unique only if their element type is unique. 2723 // All integrals and enums are unique. 2727 // All other pointers are unique. 3162 // Unique pointers, to guarantee there is only one pointer of a particular 3190 // Unique pointers, to guarantee there is only one pointer of a particular 3279 // Unique pointers, to guarantee there is only one block of a particular 3313 // Unique pointers, to guarantee there is only one pointer of a particular 3349 // Unique pointers, to guarantee there is only one pointer of a particula [all...] |