Home
last modified time | relevance | path

Searched refs:CType (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h706 typename C::CType Ct = in compare()
763 typename C::CType Ct = Cmp.compare(body(), E->body()); in compare()
796 typename C::CType compare(const Code* E, C& Cmp) const { in compare()
871 typename C::CType Ct = Cmp.compare(fun(), E->fun()); in compare()
909 typename C::CType Ct = Cmp.compare(sfun(), E->sfun()); in compare()
994 typename C::CType compare(const Call* E, C& Cmp) const { in compare()
1200 typename C::CType Ct = in compare()
1246 typename C::CType Ct = in compare()
1286 typename C::CType Ct = in compare()
1344 typename C::CType compare(const Phi *E, C &Cmp) const { in compare()
[all …]
H A DThreadSafetyTraverse.h332 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()
/freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h205 template <class CType, class ChronoType>
206 static constexpr bool checked_set(CType* out, ChronoType time) {
207 using Lim = numeric_limits<CType>;
210 *out = static_cast<CType>(time);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp500 const DIType *CType = stripQualifiers(cast<DIType>(ChildType)); in IsValidAIChain() local
504 if (isa<DIDerivedType>(CType)) in IsValidAIChain()
511 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
516 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1789 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction() local
1791 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction()
1847 ElemPtr, /*Volatile=*/false, CType, Loc, in emitInterWarpCopyFunction()
1850 CGF.EmitStoreOfScalar(Elem, MediumPtr, /*Volatile=*/true, CType, in emitInterWarpCopyFunction()
1901 CGF.EmitLoadOfScalar(SrcMediumPtr, /*Volatile=*/true, CType, Loc); in emitInterWarpCopyFunction()
1903 CType); in emitInterWarpCopyFunction()
H A DCGBuiltin.cpp19875 llvm::Type *CType = in EmitNVPTXBuiltinExpr() local
19883 Values.push_back(Builder.CreateBitCast(V, CType)); in EmitNVPTXBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5918 TargetLowering::ConstraintType CType = getConstraintType(Code); in getConstraintPreferences() local
5921 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in getConstraintPreferences()
5922 CType == TargetLowering::C_Register || in getConstraintPreferences()
5923 CType == TargetLowering::C_RegisterClass)) in getConstraintPreferences()
5928 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in getConstraintPreferences()
5931 Ret.emplace_back(Code, CType); in getConstraintPreferences()