Searched refs:CType (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 412 typename C::CType compare(const Variable* E, C& Cmp) const { in compare() 472 typename C::CType compare(const Future* E, C& Cmp) const { in compare() 499 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare() 520 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare() 552 typename C::CType compare(const Literal* E, C& Cmp) const { in compare() 651 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare() 696 typename C::CType compare(const Function* E, C& Cmp) const { in compare() 697 typename C::CType Ct = in compare() 752 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare() 754 typename C::CType Ct = Cmp.compare(body(), E->body()); in compare() [all …]
|
| H A D | ThreadSafetyTraverse.h | 332 using CType = bool; 334 CType trueResult() { return true; } in trueResult() 335 bool notTrue(CType ct) { return !ct; } in notTrue() 366 using CType = bool; 368 CType trueResult() { return true; } in trueResult() 369 bool notTrue(CType ct) { return !ct; } in notTrue()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 163 TargetLowering::ConstraintType CType = in chooseConstraint() local 167 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in chooseConstraint() 168 CType == TargetLowering::C_Register || in chooseConstraint() 169 CType == TargetLowering::C_RegisterClass)) in chooseConstraint() 176 if (CType == TargetLowering::C_Other || in chooseConstraint() 177 CType == TargetLowering::C_Immediate) { in chooseConstraint() 185 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in chooseConstraint() 189 int Generality = getConstraintGenerality(CType); in chooseConstraint() 191 BestType = CType; in chooseConstraint()
|
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 387 template <class CType, class ChronoType> 388 static _LIBCPP_CONSTEXPR_SINCE_CXX14 bool checked_set(CType* out, 390 using Lim = numeric_limits<CType>; 393 *out = static_cast<CType>(time);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 512 const DIType *CType = stripQualifiers(cast<DIType>(ChildType)); in IsValidAIChain() local 516 if (isa<DIDerivedType>(CType)) in IsValidAIChain() 523 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain() 528 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1827 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction() local 1829 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() 1891 ElemPtr, /*Volatile=*/false, CType, Loc, in emitInterWarpCopyFunction() 1894 CGF.EmitStoreOfScalar(Elem, MediumPtr, /*Volatile=*/true, CType, in emitInterWarpCopyFunction() 1951 CGF.EmitLoadOfScalar(SrcMediumPtr, /*Volatile=*/true, CType, Loc); in emitInterWarpCopyFunction() 1953 CType); in emitInterWarpCopyFunction()
|
| H A D | CGBuiltin.cpp | 18538 llvm::Type *CType = in EmitNVPTXBuiltinExpr() local 18546 Values.push_back(Builder.CreateBitCast(V, CType)); in EmitNVPTXBuiltinExpr()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5679 TargetLowering::ConstraintType CType = in ChooseConstraint() local 5683 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint() 5684 CType == TargetLowering::C_Register || in ChooseConstraint() 5685 CType == TargetLowering::C_RegisterClass)) in ChooseConstraint() 5692 if ((CType == TargetLowering::C_Other || in ChooseConstraint() 5693 CType == TargetLowering::C_Immediate) && Op.getNode()) { in ChooseConstraint() 5700 BestType = CType; in ChooseConstraint() 5708 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint() 5712 int Generality = getConstraintGenerality(CType); in ChooseConstraint() 5714 BestType = CType; in ChooseConstraint()
|