Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
504 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
525 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare()
557 typename C::CType compare(const Literal* E, C& Cmp) const { in compare()
660 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare()
705 typename C::CType compare(const Function* E, C& Cmp) const { in compare()
706 typename C::CType Ct = in compare()
761 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()
763 typename C::CType Ct = Cmp.compare(body(), E->body()); 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/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/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp224 std::optional<DebugCompressionType> CType; in compressOrDecompressSections() local
227 CType = T; in compressOrDecompressSections()
232 CType = Config.CompressionType; in compressOrDecompressSections()
234 CType = DebugCompressionType::None; in compressOrDecompressSections()
236 if (!CType) in compressOrDecompressSections()
246 if (*CType == DebugCompressionType::None) in compressOrDecompressSections()
249 } else if (*CType != DebugCompressionType::None) { in compressOrDecompressSections()
252 CompressedSection(*S, *CType, Is64Bits)); in compressOrDecompressSections()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp501 const DIType *CType = stripQualifiers(cast<DIType>(ChildType)); in IsValidAIChain() local
505 if (isa<DIDerivedType>(CType)) in IsValidAIChain()
512 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
517 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5993 TargetLowering::ConstraintType CType = getConstraintType(Code); in getConstraintPreferences() local
5996 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in getConstraintPreferences()
5997 CType == TargetLowering::C_Register || in getConstraintPreferences()
5998 CType == TargetLowering::C_RegisterClass)) in getConstraintPreferences()
6003 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in getConstraintPreferences()
6006 Ret.emplace_back(Code, CType); in getConstraintPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2568 Type *CType = Builder.getIntNTy(TySize * 8); in emitInterWarpCopyFunction() local
2635 Value *Elem = Builder.CreateLoad(CType, ElemPtr); in emitInterWarpCopyFunction()
2684 Builder.CreateLoad(CType, SrcMediumPtrVal, /*IsVolatile*/ true); in emitInterWarpCopyFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp20599 llvm::Type *CType = in EmitNVPTXBuiltinExpr() local
20607 Values.push_back(Builder.CreateBitCast(V, CType)); in EmitNVPTXBuiltinExpr()