Home
last modified time | relevance | path

Searched defs:TCK (Results 1 – 6 of 6) sorted by relevance

/external/objenesis/tck/src/org/objenesis/tck/
DTCK.java54 public class TCK { class
/external/llvm/unittests/IR/
DInstructionsTest.cpp504 for (CallInst::TailCallKind TCK : Kinds) { in TEST() local
/external/clang/lib/CodeGen/
DCGExpr.cpp488 void CodeGenFunction::EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, in EmitTypeCheck()
803 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue()
DCGExprScalar.cpp84 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { in EmitCheckedLValue()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4214 CallInst::TailCallKind TCK = CallInst::TCK_None; in ParseFunctionBody() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5137 CallInst::TailCallKind TCK) { in ParseCall()