Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp541 typedef std::pair<const void *, unsigned> MapKeyTy; typedef in __anon3f12a8aa0111::CallStackFrame
542 typedef std::map<MapKeyTy, APValue> MapTy;
588 MapKeyTy KV(Key, Version); in getTemporary()
602 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); in getCurrentTemporary()
610 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); in getCurrentTemporaryVersion()
1871 APValue &Result = Temporaries[MapKeyTy(Key, Version)]; in createLocal()