Home
last modified time | relevance | path

Searched defs:IndexT (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h28 typedef u32 IndexT; typedef
39 typedef typename Cache::IndexT IndexT; typedef
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
Dtsan_dense_alloc_test.cpp27 typedef Alloc::IndexT IndexT; in TEST() typedef
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DIndexedMap.h31 using IndexT = typename ToIndexT::argument_type; variable
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DByteCodeExprGen.cpp293 PrimType IndexT = classifyPrim(Index->getType()); in VisitArraySubscriptExpr() local