| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClauseAppertainment.cpp | 121 OpenACCClauseKind dealiasClauseKind(OpenACCClauseKind CK) { in dealiasClauseKind() argument 122 switch (CK) { in dealiasClauseKind() 124 return CK; in dealiasClauseKind() 132 return CK; in dealiasClauseKind() 162 OpenACCDirectiveKind DK, OpenACCClauseKind CK, SourceLocation ClauseLoc, in DiagnoseAllowedOnceClauses() argument 164 if (DK == OpenACCDirectiveKind::Invalid || CK == OpenACCClauseKind::Invalid) in DiagnoseAllowedOnceClauses() 167 OpenACCClauseKind Dealiased = dealiasClauseKind(CK); in DiagnoseAllowedOnceClauses() 170 if (!Lists.AllowedOnce.isSet(CK)) in DiagnoseAllowedOnceClauses() 180 Diag(ClauseLoc, diag::err_acc_duplicate_clause_disallowed) << DK << CK; in DiagnoseAllowedOnceClauses() 181 Diag((*Res)->getBeginLoc(), diag::note_acc_previous_clause_here) << CK; in DiagnoseAllowedOnceClauses() [all …]
|
| H A D | SemaOpenACC.cpp | 392 OpenACCClauseKind CK, SourceLocation Loc, in ActOnIntExpr() argument 396 CK == OpenACCClauseKind::Invalid) || in ActOnIntExpr() 398 CK != OpenACCClauseKind::Invalid) || in ActOnIntExpr() 400 CK == OpenACCClauseKind::Invalid)) && in ActOnIntExpr() 419 IntExprConverter(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ActOnIntExpr() argument 424 DirectiveKind(DK), ClauseKind(CK), IntExpr(IntExpr) {} in ActOnIntExpr() 473 } IntExprDiagnoser(DK, CK, IntExpr); in ActOnIntExpr() 523 OpenACCClauseKind CK) { in ActOnStartParseVar() argument 627 ExprResult SemaOpenACC::ActOnVar(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ActOnVar() argument 641 if ((CK == OpenACCClauseKind::UseDevice || in ActOnVar() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CodeGenOptions.cpp | 24 using CK = CompatibilityKind; in resetNonModularOptions() typedef 28 if constexpr (CK::Compatibility == CK::Benign) \ in resetNonModularOptions() 31 if constexpr (CK::Compatibility == CK::Benign) \ in resetNonModularOptions() 39 if constexpr (CK::Compatibility == CK::Affecting) \ in resetNonModularOptions() 42 if constexpr (CK::Compatibility == CK::Affecting) \ in resetNonModularOptions() 45 if constexpr (CK::Compatibility == CK::Affecting) \ in resetNonModularOptions()
|
| /freebsd/crypto/openssl/crypto/sm4/ |
| H A D | sm4.c | 291 static const uint32_t CK[32] = { in ossl_sm4_set_key() local 311 K[0] ^= SM4_key_sub(K[1] ^ K[2] ^ K[3] ^ CK[i]); in ossl_sm4_set_key() 312 K[1] ^= SM4_key_sub(K[2] ^ K[3] ^ K[0] ^ CK[i + 1]); in ossl_sm4_set_key() 313 K[2] ^= SM4_key_sub(K[3] ^ K[0] ^ K[1] ^ CK[i + 2]); in ossl_sm4_set_key() 314 K[3] ^= SM4_key_sub(K[0] ^ K[1] ^ K[2] ^ CK[i + 3]); in ossl_sm4_set_key()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 674 OpenACCModifierKind Parser::tryParseModifierList(OpenACCClauseKind CK) { in tryParseModifierList() argument 711 << diag::ACCModifier::Unknown << IdentToken.getIdentifierInfo() << CK; in tryParseModifierList() 715 << CK; in tryParseModifierList() 761 Parser::ParseOpenACCIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCIntExpr() argument 770 return {getActions().OpenACC().ActOnIntExpr(DK, CK, Loc, ER.get()), in ParseOpenACCIntExpr() 775 OpenACCClauseKind CK, SourceLocation Loc, in ParseOpenACCIntExprList() argument 777 OpenACCIntExprParseResult CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() 791 CurResult = ParseOpenACCIntExpr(DK, CK, Loc); in ParseOpenACCIntExprList() 829 ExprResult Parser::ParseOpenACCSizeExpr(OpenACCClauseKind CK) { in ParseOpenACCSizeExpr() argument 845 OpenACCDirectiveKind::Invalid, CK, SizeExpr.get()->getBeginLoc(), in ParseOpenACCSizeExpr() [all …]
|
| H A D | ParseStmt.cpp | 1248 Sema::ConditionKind CK, in ParseParenExprOrCondition() argument 1256 Cond = ParseCXXCondition(InitStmt, Loc, CK, false); in ParseParenExprOrCondition() 1264 Cond = Actions.ActOnCondition(getCurScope(), Loc, CondExpr.get(), CK, in ParseParenExprOrCondition() 1282 Actions.PreferredConditionType(CK)); in ParseParenExprOrCondition() 1284 Cond = Actions.ActOnCondition(getCurScope(), Loc, CondExpr.get(), CK, in ParseParenExprOrCondition() 2090 Sema::ConditionKind CK = Sema::ConditionKind::Boolean; in ParseForStatement() local 2092 /*InitStmt=*/nullptr, ForLoc, CK, in ParseForStatement() 2117 {}, Actions.PreferredConditionType(CK)); in ParseForStatement() 2120 CondExpr.get(), CK, in ParseForStatement()
|
| H A D | ParseExprCXX.cpp | 1874 Sema::ConditionKind CK, bool MissingOK, in ParseCXXCondition() argument 1904 const auto WarnOnInit = [this, &CK] { in ParseCXXCondition() 1908 << (CK == Sema::ConditionKind::Switch); in ParseCXXCondition() 1926 << (CK == Sema::ConditionKind::Switch) in ParseCXXCondition() 1931 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 1938 /*ShouldEnter=*/CK == Sema::ConditionKind::ConstexprIf); in ParseCXXCondition() 1949 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 1952 return Actions.ActOnCondition(getCurScope(), Loc, Expr.get(), CK, in ParseCXXCondition() 1969 return ParseCXXCondition(nullptr, Loc, CK, MissingOK); in ParseCXXCondition() 2055 return Actions.ActOnConditionVariable(DeclOut, Loc, CK); in ParseCXXCondition()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 76 static QualType getCharPtrType(ASTContext &Ctx, CharKind CK) { in getCharPtrType() argument 77 return Ctx.getPointerType(CK == CharKind::Regular ? Ctx.CharTy in getCharPtrType() 199 void evalMemcpy(CheckerContext &C, const CallEvent &Call, CharKind CK) const; 200 void evalMempcpy(CheckerContext &C, const CallEvent &Call, CharKind CK) const; 201 void evalMemmove(CheckerContext &C, const CallEvent &Call, CharKind CK) const; 206 bool Restricted, bool IsMempcpy, CharKind CK) const; 208 void evalMemcmp(CheckerContext &C, const CallEvent &Call, CharKind CK) const; 318 CharKind CK = CharKind::Regular) const; 322 CharKind CK = CharKind::Regular) const; 326 CharKind CK = CharKind::Regular) const; [all …]
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | checksum | 52 CK=`sha256 -q $BSDINSTALL_DISTDIR/$dist` 53 awk -v checksum=$CK -v dist=$dist -v found=0 '{
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 319 ClassKind CK; member in __anonfaf0748f0111::Intrinsic 373 TypeSpec InTS, ClassKind CK, const ListInit *Body, in Intrinsic() argument 376 : R(R), Name(Name.str()), OutTS(OutTS), InTS(InTS), CK(CK), Body(Body), in Intrinsic() 426 if (CK != ClassB) in Intrinsic() 502 return CK; in getClassKind() 510 std::string getInstTypeCode(Type T, ClassKind CK) const; 523 std::string mangleName(std::string Name, ClassKind CK) const; 1010 std::string Intrinsic::getInstTypeCode(Type T, ClassKind CK) const { in getInstTypeCode() 1014 if (CK == ClassB && TargetGuard == "neon") in getInstTypeCode() 1017 if (this->CK == ClassV) in getInstTypeCode() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | ContinuationRecordBuilder.cpp | 41 static inline TypeLeafKind getTypeLeafKind(ContinuationRecordKind CK) { in getTypeLeafKind() argument 42 return (CK == ContinuationRecordKind::FieldList) ? LF_FIELDLIST in getTypeLeafKind()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | PrimType.h | 63 interp::CastKind CK) { 64 switch (CK) {
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 647 using CK = LangOptions::CompatibilityKind; in ReadLanguageOptions() typedef 651 if constexpr (CK::Compatibility != CK::Benign) \ in ReadLanguageOptions() 654 if constexpr (CK::Compatibility != CK::Benign) \ in ReadLanguageOptions() 658 if constexpr (CK::Compatibility != CK::Benign) \ in ReadLanguageOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 232 bool DiagnoseAllowedClauses(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 237 bool DiagnoseAllowedOnceClauses(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 240 bool DiagnoseExclusiveClauses(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 870 ExprResult ActOnIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 875 void ActOnStartParseVar(OpenACCDirectiveKind DK, OpenACCClauseKind CK); 881 ExprResult ActOnVar(OpenACCDirectiveKind DK, OpenACCClauseKind CK,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 90 inline bool isSystem(CharacteristicKind CK) { in isSystem() argument 91 return CK != C_User && CK != C_User_ModuleMap; in isSystem() 95 inline bool isModuleMap(CharacteristicKind CK) { in isModuleMap() argument 96 return CK == C_User_ModuleMap || CK == C_System_ModuleMap; in isModuleMap()
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | rzg2ul-smarc-pinfunction.dtsi | 109 pinmux = <RZG2L_PORT_PINMUX(4, 0, 2)>, /* CK */
|
| H A D | rzg2lc-smarc-pinfunction.dtsi | 119 pinmux = <RZG2L_PORT_PINMUX(44, 0, 1)>, /* CK */
|
| H A D | rzg2l-smarc-pinfunction.dtsi | 138 pinmux = <RZG2L_PORT_PINMUX(44, 0, 1)>, /* CK */
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 89 CastKind CK = CK_LValueToRValue); 173 CastKind CK) { in makeImplicitCast() argument 175 /* CastKind=*/CK, in makeImplicitCast()
|
| /freebsd/libexec/getty/ |
| H A D | gettytab.h | 155 #define CK gettyflags[8].value macro
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 4967 Sema::ConditionKind CK, 6142 OpenACCModifierKind tryParseModifierList(OpenACCClauseKind CK); 6156 OpenACCClauseKind CK); 6160 OpenACCClauseKind CK); 6213 OpenACCClauseKind CK, 6217 bool ParseOpenACCIntExprList(OpenACCDirectiveKind DK, OpenACCClauseKind CK, 6245 OpenACCClauseKind CK, 6257 ExprResult ParseOpenACCSizeExpr(OpenACCClauseKind CK); 6260 bool ParseOpenACCSizeExprList(OpenACCClauseKind CK, 7378 SourceLocation Loc, Sema::ConditionKind CK,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1691 CastKind CK = syncExpr->getType()->isObjCObjectPointerType() in RewriteObjCSynchronizedStmt() local 1697 CK, syncExpr); in RewriteObjCSynchronizedStmt() 2834 CastKind CK = recExpr->getType()->isObjCObjectPointerType() in SynthMessageExpr() local 2840 CK, recExpr); in SynthMessageExpr() 2865 CastKind CK; in SynthMessageExpr() local 2868 CK = CK_IntegralToBoolean; in SynthMessageExpr() 2871 CK = CK_BlockPointerToObjCPointerCast; in SynthMessageExpr() 2873 CK = CK_CPointerToObjCPointerCast; in SynthMessageExpr() 2875 CK = CK_BitCast; in SynthMessageExpr() 2878 CK = CK_BitCast; in SynthMessageExpr() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | at91-sam9x60_curiosity.dts | 397 …<AT91_PIOA 17 AT91_PERIPH_A (AT91_PINCTRL_DRIVE_STRENGTH_HI) /* PA17 CK periph A with pullup */ 414 <AT91_PIOA 13 AT91_PERIPH_B (AT91_PINCTRL_DRIVE_STRENGTH_HI) /* PA13 CK periph B */
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 580 const CXXConstructionKind CK = in handleConstructor() local 582 switch (CK) { in handleConstructor() 674 if (CK == CXXConstructionKind::Delegating) { in handleConstructor() 678 bool IsVirtual = (CK == CXXConstructionKind::VirtualBase); in handleConstructor()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 698 CastKind CK, CastExpr::path_const_iterator PathBegin, 711 CastKind CK, CastExpr::path_const_iterator PathBegin, 2953 CastKind CK = DerivedMember ? CK_DerivedToBaseMemberPointer in EmitMemberPointer() local 2955 C = EmitMemberPointerConversion(SrcTy, DstTy, CK, DerivedToBasePath.begin(), in EmitMemberPointer() 3327 const MemberPointerType *SrcTy, const MemberPointerType *DstTy, CastKind CK, in EmitNonNullMemberPointerConversion() argument 3355 bool IsDerivedToBase = (CK == CK_DerivedToBaseMemberPointer); in EmitNonNullMemberPointerConversion() 3476 CastKind CK = E->getCastKind(); in EmitMemberPointerConversion() local 3478 return EmitMemberPointerConversion(SrcTy, DstTy, CK, E->path_begin(), in EmitMemberPointerConversion() 3483 const MemberPointerType *SrcTy, const MemberPointerType *DstTy, CastKind CK, in EmitMemberPointerConversion() argument 3486 assert(CK == CK_DerivedToBaseMemberPointer || in EmitMemberPointerConversion() [all …]
|