Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef
194 template<typename... B, typename = SameSize<B...>>
/minix3/external/bsd/llvm/dist/llvm/test/Linker/
H A Dcomdat5.ll7 ; CHECK: Linking COMDATs named 'foo': SameSize violated!
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DComdat.h38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp667 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
692 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp785 case Comdat::SameSize: in getSelectionForCOFF()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2555 case Comdat::SameSize: in print()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp545 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp319 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp488 SK = Comdat::SameSize; in parseComdat()