Home
last modified time | relevance | path

Searched refs:MapKeyTy (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp544 typedef std::pair<const void *, unsigned> MapKeyTy; typedef in __anon6b6c21b10111::CallStackFrame
545 typedef std::map<MapKeyTy, APValue> MapTy;
591 MapKeyTy KV(Key, Version); in getTemporary()
600 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); in getCurrentTemporary()
608 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); in getCurrentTemporaryVersion()
1878 APValue &Result = Temporaries[MapKeyTy(Key, Version)]; in createLocal()