/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | SubtargetFeature.h | 211 char Ch = Feature[0]; in hasFlag() local 225 char Ch = Feature[0]; in isEnabled() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceScriptToken.h | 47 #define SHORT_TOKEN(Name, Ch) Name, argument
|
H A D | ResourceScriptToken.cpp | 214 #define SHORT_TOKEN(Name, Ch) case Kind::Name: in consumeToken() argument 339 #define SHORT_TOKEN(Name, Ch) \ in classifyCurrentToken() argument
|
H A D | ResourceFileWriter.cpp | 375 for (auto Ch : ProcessedString) in writeCString() local 658 char Ch = Str[1]; in writeSingleAccelerator() local 1323 for (auto Ch : ProcessedString) { in writeUserDefinedBody() local
|
H A D | llvm-rc.cpp | 635 #define SHORT_TOKEN(Name, Ch) #Name, in doRc() argument
|
/openbsd/gnu/llvm/llvm/include/llvm/WindowsResource/ |
H A D | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
/openbsd/gnu/usr.bin/texinfo/lib/ |
H A D | strcasecmp.c | 35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Base64.cpp | 12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 421 Chain *Ch = *--I; in getAndEraseNext() local 427 Chain *Ch = *I; in getAndEraseNext() local 434 Chain *Ch = L.front(); in getAndEraseNext() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | WindowsResourceDumper.cpp | 26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local
|
/openbsd/lib/libcrypto/sha/ |
H A D | sha256.c | 122 Ch(SHA_LONG x, SHA_LONG y, SHA_LONG z) in Ch() function
|
H A D | sha1.c | 80 Ch(SHA_LONG x, SHA_LONG y, SHA_LONG z) in Ch() function
|
H A D | sha512.c | 147 Ch(SHA_LONG64 x, SHA_LONG64 y, SHA_LONG64 z) in Ch() function
|
/openbsd/gnu/llvm/llvm/utils/UnicodeData/ |
H A D | UnicodeNameMappingGenerator.cpp | 98 for (auto Ch : Name) { in insert() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 382 SDValue Ch = DAG.getStore( in PerformInsertVectorEltInMemory() local 745 SDValue Ch; in LegalizeLoadOps() local 786 SDValue Lo, Hi, Ch; in LegalizeLoadOps() local 1374 SDValue StackPtr, Ch; in ExpandExtractFromVectorThroughStack() local 1458 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, PtrInfo); in ExpandInsertToVectorThroughStack() local 1793 SDValue Ch = DAG.getTruncStore( in ExpandSCALAR_TO_VECTOR() local
|
H A D | LegalizeVectorTypes.cpp | 1833 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() local 1879 SDValue Ch = LD->getChain(); in SplitVecRes_VP_LOAD() local 2024 SDValue Ch = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Lo.getValue(1), in SplitVecRes_VP_STRIDED_LOAD() local 2039 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() local 2122 SDValue Ch = N->getChain(); in SplitVecRes_Gather() local 3050 SDValue Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in SplitVecOp_UnaryOp() local 3256 SDValue Ch = N->getChain(); in SplitVecOp_VP_STORE() local 3409 SDValue Ch = N->getChain(); in SplitVecOp_MSTORE() local 3486 SDValue Ch = N->getChain(); in SplitVecOp_Scatter() local 3574 SDValue Ch = N->getChain(); in SplitVecOp_STORE() local
|
H A D | LegalizeIntegerTypes.cpp | 2025 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); in PromoteIntOp_STORE() local 3599 SDValue Ch = N->getChain(); in ExpandIntRes_LOAD() local 4177 SDValue Ch = DAG.getEntryNode(); in ExpandIntRes_ShiftThroughStack() local 5164 SDValue Ch = N->getChain(); in ExpandIntOp_STORE() local
|
/openbsd/sys/crypto/ |
H A D | sha2.c | 128 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/openbsd/sys/lib/libsa/ |
H A D | sha2.c | 162 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/openbsd/lib/libc/hash/ |
H A D | sha2.c | 161 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 136 char Ch = Str[i]; in MyStol() local
|
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/src/ |
H A D | sha.c | 34 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | APValue.cpp | 663 auto Ch = static_cast<unsigned char>(Char64); in TryPrintAsStringLiteral() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 1395 for (const TreeNodePtr Ch : Children) { in VerifyDFSNumbers() local
|