Home
last modified time | relevance | path

Searched refs:Cl (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp51 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void); in ClassifyImpl()
56 case Cl::CL_LValue: in ClassifyImpl()
59 case Cl::CL_XValue: in ClassifyImpl()
63 case Cl::CL_Void: in ClassifyImpl()
76 Cl::ModifiableType modifiable = Cl::CM_Untested; in ClassifyImpl()
209 return Lang.HLSL ? Cl::CL_LValue : Cl::CL_PRValue; in ClassifyInternal()
244 ? Cl::CL_PRValue : Cl::CL_LValue; in ClassifyInternal()
281 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue; in ClassifyInternal()
487 return islvalue ? Cl::CL_LValue : Cl::CL_PRValue; in ClassifyDecl()
513 ? Cl::CL_PRValue : Cl::CL_LValue); in ClassifyMemberExpr()
[all …]
/freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_pkey_provided/
H A DDH.pub.pem9 ZN9wZNUKfFpy2mbm+fUxIZKwYBq10/Cl+kiVLjjZxeba+2wDnUtpt5XkXMCTT0jZ
/freebsd-14.2/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h6-gpu-opp.dtsi2 // Copyright (C) 2022 Clément Péron <[email protected]>
H A Dsun50i-h6-cpu-opp.dtsi3 // Copyright (C) 2020 Clément Péron <[email protected]>
H A Dsun50i-h6-beelink-gs1.dts2 // Copyright (C) 2019 Clément Péron <[email protected]>
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1217 FoundationClass Cl = findKnownClass(Interface); in checkPostObjCMessage() local
1222 if (Cl == FC_NSArray || Cl == FC_NSOrderedSet) { in checkPostObjCMessage()
1231 if (Cl == FC_NSNull) { in checkPostObjCMessage()
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/dsa/
H A Drenesas,rzn1-a5psw.yaml10 - Clément Léger <[email protected]>
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/pcs/
H A Drenesas,rzn1-miic.yaml10 - Clément Léger <[email protected]>
/freebsd-14.2/share/syscons/keymaps/
H A Dfr.dvorak.acc.kbd12 # -Cl�ment Pillias <[email protected]> for accent keys
/freebsd-14.2/share/vt/keymaps/
H A Dfr.dvorak.acc.kbd12 # -Clément Pillias <[email protected]> for accent keys
/freebsd-14.2/contrib/libpcap/
H A DCREDITS55 Clément Péron <peron dot clem at gmail dot com>
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7793 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local
7794 const auto *C = dyn_cast<OMPMapClause>(Cl); in generateAllInfoForClauses()
7813 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local
7814 const auto *C = dyn_cast<OMPToClause>(Cl); in generateAllInfoForClauses()
7829 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local
7830 const auto *C = dyn_cast<OMPFromClause>(Cl); in generateAllInfoForClauses()
7965 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local
7966 const auto *C = dyn_cast<OMPUseDevicePtrClause>(Cl); in generateAllInfoForClauses()
7985 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local
7986 const auto *C = dyn_cast<OMPUseDeviceAddrClause>(Cl); in generateAllInfoForClauses()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5475 for (OMPClause *Cl : PrivateRange) { in checkAllocateClauses()
5477 if (Cl->getClauseKind() == OMPC_private) { in checkAllocateClauses()
5478 auto *PC = cast<OMPPrivateClause>(Cl); in checkAllocateClauses()
5483 auto *PC = cast<OMPFirstprivateClause>(Cl); in checkAllocateClauses()
5488 auto *PC = cast<OMPLastprivateClause>(Cl); in checkAllocateClauses()
5492 } else if (Cl->getClauseKind() == OMPC_linear) { in checkAllocateClauses()
5493 auto *PC = cast<OMPLinearClause>(Cl); in checkAllocateClauses()
5497 } else if (Cl->getClauseKind() == OMPC_reduction) { in checkAllocateClauses()
5498 auto *PC = cast<OMPReductionClause>(Cl); in checkAllocateClauses()
5503 auto *PC = cast<OMPTaskReductionClause>(Cl); in checkAllocateClauses()
[all …]