Searched refs:OneByte (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/Inputs/ |
| H A D | FilterTest.cpp | 23 char OneByte; variable 32 return (int)OneByte * 2; in CFunc()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | symbol-filters.test | 29 ; ONLY_DATA-DAG: data {{.*}} static char OneByte 55 ; NAME_SORT_DATA: data {{.*}} static char OneByte 64 ; SIZE_SORT_DATA: data {{.*}}sizeof=1{{.*}}char OneByte
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | identifier-naming-hungarian-notation-cfgfile.cpp | 700 enum EnumConstantCase { OneByte, TwoByte }; enumerator
|
| H A D | identifier-naming-hungarian-notation.cpp | 700 enum EnumConstantCase { OneByte, TwoByte }; enumerator
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 661 APInt OneByte(DL.getPointerTypeSizeInBits(Ty), 1); in canReplacePointersIfEqual() local 663 isDereferenceableAndAlignedPointer(B, Align(1), OneByte, DL, CtxI); in canReplacePointersIfEqual()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 8370 vector unsigned int OneByte = { 0x8, 0x8, 0x8, 0x8 }; in vec_rlnm() local 8371 return __builtin_altivec_vrlwnm(__a, ((__c << OneByte) | __b)); in vec_rlnm() 8377 vector unsigned long long OneByte = { 0x8, 0x8 }; in vec_rlnm() local 8378 return __builtin_altivec_vrldnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()
|