Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.cpp1060 bool TypesMatch = CallerRetTys.size() == CalleeRetTys.size() && in LowerCall() local
1063 if (!TypesMatch) in LowerCall()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp2020 const bool TypesMatch = in canInitializeArrayWithEmbedDataString() local
2023 if (TypesMatch) in canInitializeArrayWithEmbedDataString()