Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp550 typedef std::pair<const void *, unsigned> MapKeyTy; typedef in __anonbf0ddd820111::CallStackFrame
551 typedef std::map<MapKeyTy, APValue> MapTy;
597 MapKeyTy KV(Key, Version); in getTemporary()
606 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); in getCurrentTemporary()
614 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); in getCurrentTemporaryVersion()
1932 APValue &Result = Temporaries[MapKeyTy(Key, Version)]; in createLocal()