Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h414 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
474 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
505 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
526 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare()
558 typename C::CType compare(const Literal* E, C& Cmp) const { in compare()
661 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare()
706 typename C::CType compare(const Function* E, C& Cmp) const { in compare()
707 typename C::CType Ct = in compare()
762 typename C::CType compare(const SFunction* E, C& Cmp) const { in compare()
764 typename C::CType Ct = Cmp.compare(body(), E->body()); in compare()
[all …]
H A DThreadSafetyTraverse.h334 using CType = bool;
336 CType trueResult() { return true; } in trueResult()
337 bool notTrue(CType ct) { return !ct; } in notTrue()
362 using CType = bool;
364 CType trueResult() { return true; } in trueResult()
365 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/clang/lib/Sema/
H A DSemaFunctionEffects.cpp227 CallableType CType = CallableType::Unknown; member
244 CType = CallableType::Function; in CallableInfo()
247 CType = CallableType::Virtual; in CallableInfo()
250 CType = CallableType::Block; in CallableInfo()
259 CallableType type() const { return CType; } in type()
262 return CType == CallableType::Function || CType == CallableType::Block; in isCalledDirectly()
266 switch (CType) { in isVerifiable()
888 CallableType CType = CalleeInfo.type(); in emitDiagnostics() local
889 if (CType == CallableType::Virtual) in emitDiagnostics()
893 else if (CType == CallableType::Unknown) in emitDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp220 std::optional<DebugCompressionType> CType; in compressOrDecompressSections() local
223 CType = T; in compressOrDecompressSections()
228 CType = Config.CompressionType; in compressOrDecompressSections()
230 CType = DebugCompressionType::None; in compressOrDecompressSections()
232 if (!CType) in compressOrDecompressSections()
242 if (*CType == DebugCompressionType::None) in compressOrDecompressSections()
245 } else if (*CType != DebugCompressionType::None) { in compressOrDecompressSections()
248 CompressedSection(*S, *CType, Is64Bits)); in compressOrDecompressSections()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp492 const DIType *CType = stripQualifiers(cast<DIType>(ChildType)); in IsValidAIChain() local
496 if (isa<DIDerivedType>(CType)) in IsValidAIChain()
503 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
508 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DNVPTX.cpp894 llvm::Type *CType = in EmitNVPTXBuiltinExpr() local
902 Values.push_back(Builder.CreateBitCast(V, CType)); in EmitNVPTXBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6214 TargetLowering::ConstraintType CType = getConstraintType(Code); in getConstraintPreferences() local
6217 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in getConstraintPreferences()
6218 CType == TargetLowering::C_Register || in getConstraintPreferences()
6219 CType == TargetLowering::C_RegisterClass)) in getConstraintPreferences()
6224 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in getConstraintPreferences()
6227 Ret.emplace_back(Code, CType); in getConstraintPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2703 Type *CType = Builder.getIntNTy(TySize * 8); in emitInterWarpCopyFunction() local
2773 Value *Elem = Builder.CreateLoad(CType, ElemPtr); in emitInterWarpCopyFunction()
2825 Builder.CreateLoad(CType, SrcMediumPtrVal, /*IsVolatile*/ true); in emitInterWarpCopyFunction()