Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp125 CallInst::TailCallKind TCK = CI->getTailCallKind(); in lowerObjCCall() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp2763 CFITypeCheckKind TCK, in EmitVTablePtrCheckForCall()
2773 CFITypeCheckKind TCK, in EmitVTablePtrCheckForCast()
2818 CFITypeCheckKind TCK, in EmitVTablePtrCheck()
H A DCGExpr.cpp656 bool CodeGenFunction::isNullPointerAllowed(TypeCheckKind TCK) { in isNullPointerAllowed()
661 bool CodeGenFunction::isVptrCheckRequired(TypeCheckKind TCK, QualType Ty) { in isVptrCheckRequired()
676 void CodeGenFunction::EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, in EmitTypeCheck()
1237 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue()
H A DCGExprScalar.cpp240 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { in EmitCheckedLValue()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6392 CallInst::TailCallKind TCK = CallInst::TCK_None; in parseFunctionBody() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp7374 CallInst::TailCallKind TCK) { in parseCall()