Home
last modified time | relevance | path

Searched defs:MapValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h115 struct MapValue { struct
126 MapValue() = delete; argument
127 MapValue(FileEntry &FE, DirectoryEntryRef Dir) : V(&FE), Dir(Dir) {} in MapValue() argument
128 MapValue(MapEntry &ME, DirectoryEntryRef Dir) : V(&ME), Dir(Dir) {} in MapValue() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp395 struct MapValue { in dropRedundantKnowledge() struct
396 Assume__anon1424ef4f0511::AssumeSimplify::dropRedundantKnowledge::MapValue dropRedundantKnowledge() argument
397 ArgValue__anon1424ef4f0511::AssumeSimplify::dropRedundantKnowledge::MapValue dropRedundantKnowledge() argument
398 BOI__anon1424ef4f0511::AssumeSimplify::dropRedundantKnowledge::MapValue dropRedundantKnowledge() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp428 int MapValue = (*ParamNumberMap)[nparams++]; in allocParam() local