Searched defs:ourTypeInfoType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp185 static llvm::StructType *ourTypeInfoType; variable
1638 ourTypeInfoType = llvm::StructType::get(context,
1652 TypeArray(ourTypeInfoType));
1698 nextStruct = llvm::ConstantStruct::get(ourTypeInfoType, structVals);
1707 ourTypeInfoType,

Completed in 22 milliseconds