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

/external/objenesis/tck/src/org/objenesis/tck/
H A DTCK.java28 * <b>Technology Compatibility Kit</b> (TCK) for {@link Objenesis}s.
30 * This TCK accepts a set of candidate classes (class it attempts to instantiate) and a set of
36 * TCK tck = new TCK();
54 public class TCK { class
83 * Run all TCK tests.
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3091 CallInst::TailCallKind TCK = CallInst::TCK_None; local
3093 TCK = CallInst::TCK_Tail;
3095 TCK = CallInst::TCK_MustTail;
3096 cast<CallInst>(I)->setTailCallKind(TCK);
/external/llvm/include/llvm/IR/
H A DInstructions.h1307 void setTailCallKind(TailCallKind TCK) { argument
1309 unsigned(TCK));
/external/clang/lib/CodeGen/
H A DCGExpr.cpp449 void CodeGenFunction::EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, argument
469 if (TCK == TCK_DowncastPointer) {
520 llvm::ConstantInt::get(Int8Ty, TCK)
535 (TCK == TCK_MemberAccess || TCK == TCK_MemberCall ||
536 TCK == TCK_DowncastPointer || TCK == TCK_DowncastReference) &&
579 llvm::ConstantInt::get(Int8Ty, TCK)
751 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { argument
758 EmitTypeCheck(TCK,
[all...]
H A DCGExprScalar.cpp84 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { argument
85 return CGF.EmitCheckedLValue(E, TCK);

Completed in 140 milliseconds