Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSubtargetFeature.h211 char Ch = Feature[0]; in hasFlag() local
225 char Ch = Feature[0]; in isEnabled() local
/openbsd/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptToken.h47 #define SHORT_TOKEN(Name, Ch) Name, argument
H A DResourceScriptToken.cpp214 #define SHORT_TOKEN(Name, Ch) case Kind::Name: in consumeToken() argument
339 #define SHORT_TOKEN(Name, Ch) \ in classifyCurrentToken() argument
H A DResourceFileWriter.cpp375 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 Dllvm-rc.cpp635 #define SHORT_TOKEN(Name, Ch) #Name, in doRc() argument
/openbsd/gnu/llvm/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
/openbsd/gnu/llvm/llvm/lib/Support/
H A DBase64.cpp12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp421 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 DWindowsResourceDumper.cpp26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local
/openbsd/lib/libcrypto/sha/
H A Dsha256.c122 Ch(SHA_LONG x, SHA_LONG y, SHA_LONG z) in Ch() function
H A Dsha1.c80 Ch(SHA_LONG x, SHA_LONG y, SHA_LONG z) in Ch() function
H A Dsha512.c147 Ch(SHA_LONG64 x, SHA_LONG64 y, SHA_LONG64 z) in Ch() function
/openbsd/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp98 for (auto Ch : Name) { in insert() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp382 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 DLegalizeVectorTypes.cpp1833 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 DLegalizeIntegerTypes.cpp2025 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 Dsha2.c128 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/openbsd/sys/lib/libsa/
H A Dsha2.c162 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/openbsd/lib/libc/hash/
H A Dsha2.c161 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp136 char Ch = Str[i]; in MyStol() local
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c34 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/openbsd/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp663 auto Ch = static_cast<unsigned char>(Char64); in TryPrintAsStringLiteral() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1395 for (const TreeNodePtr Ch : Children) { in VerifyDFSNumbers() local

12