Searched refs:CType (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 413 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() 500 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare() 521 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare() 553 typename C::CType compare(const Literal* E, C& Cmp) const { in compare() 653 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 167 TargetLowering::ConstraintType CType = in chooseConstraint() local 171 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in chooseConstraint() 172 CType == TargetLowering::C_Register || in chooseConstraint() 173 CType == TargetLowering::C_RegisterClass)) in chooseConstraint() 180 if (CType == TargetLowering::C_Other || in chooseConstraint() 181 CType == TargetLowering::C_Immediate) { in chooseConstraint() 189 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in chooseConstraint() 193 int Generality = getConstraintGenerality(CType); in chooseConstraint() 195 BestType = CType; in chooseConstraint()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 379 template <class CType, class ChronoType> 380 static _LIBCPP_CONSTEXPR_AFTER_CXX11 bool checked_set(CType* out, 382 using Lim = numeric_limits<CType>; 385 *out = static_cast<CType>(time);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 429 const DIType *CType = stripQualifiers(cast<DIType>(ChildType)); in IsValidAIChain() local 433 if (isa<DIDerivedType>(CType)) in IsValidAIChain() 440 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain() 445 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 2723 QualType CType = C.getIntTypeForBitwidth( in emitInterWarpCopyFunction() local 2725 llvm::Type *CopyType = CGF.ConvertTypeForMem(CType); in emitInterWarpCopyFunction() 2785 ElemPtr, /*Volatile=*/false, CType, Loc, in emitInterWarpCopyFunction() 2788 CGF.EmitStoreOfScalar(Elem, MediumPtr, /*Volatile=*/true, CType, in emitInterWarpCopyFunction() 2843 CGF.EmitLoadOfScalar(SrcMediumPtr, /*Volatile=*/true, CType, Loc); in emitInterWarpCopyFunction() 2845 CType); in emitInterWarpCopyFunction()
|
| H A D | CGBuiltin.cpp | 16895 llvm::Type *CType = in EmitNVPTXBuiltinExpr() local 16903 Values.push_back(Builder.CreateBitCast(V, CType)); in EmitNVPTXBuiltinExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4928 TargetLowering::ConstraintType CType = in ChooseConstraint() local 4932 if (OpInfo.isIndirect && !(CType == TargetLowering::C_Memory || in ChooseConstraint() 4933 CType == TargetLowering::C_Register || in ChooseConstraint() 4934 CType == TargetLowering::C_RegisterClass)) in ChooseConstraint() 4941 if ((CType == TargetLowering::C_Other || in ChooseConstraint() 4942 CType == TargetLowering::C_Immediate) && Op.getNode()) { in ChooseConstraint() 4949 BestType = CType; in ChooseConstraint() 4957 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint() 4961 int Generality = getConstraintGenerality(CType); in ChooseConstraint() 4963 BestType = CType; in ChooseConstraint()
|