Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp4318 Type *TheType = Operand->getType(); in printInstruction() local
4329 if (Operand && Operand->getType() != TheType) { in printInstruction()
4338 TypePrinter.print(TheType, Out); in printInstruction()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d1118 alias TheType = size_t function( string[] );
1119 static assert(arity!TheType == 1);