| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | tmp-md-nodes1.cpp | 8 struct Alpha { struct 14 struct CharlieImpl : Charlie, Alpha {
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/enum_types/ |
| H A D | main.c | 24 Alpha = 3, in main() enumerator 41 enum non_bitfield omega = Alpha | Beta; in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseAutoCheck.cpp | 31 enum CharType { Space, Alpha, Punctuation }; in getTypeNameLength() enumerator 42 ? Alpha in getTypeNameLength() 49 if (LastChar == Space && NextChar == Alpha && BeforeSpace == Alpha) in getTypeNameLength()
|
| /llvm-project-15.0.7/clang/test/ExtractAPI/ |
| H A D | struct.c | 23 unsigned Alpha; member
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | diag-template-diffing.cpp | 115 class Alpha{}; class 123 void set4(Alpha<int, int>); 136 void set5(Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>); 138 set5(Alpha<Beta<Gamma<void, void>, double>, double>()); in test5() 164 set5(Alpha<Beta<Delta<int, int>, int>, int>()); in test6()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 20 def Alpha : Package<"alpha">; 25 def CoreAlpha : Package<"core">, ParentPackage<Alpha>; 59 def CplusplusAlpha : Package<"cplusplus">, ParentPackage<Alpha>; 65 def DeadCodeAlpha : Package<"deadcode">, ParentPackage<Alpha>; 71 def SecurityAlpha : Package<"security">, ParentPackage<Alpha>; 79 def UnixAlpha : Package<"unix">, ParentPackage<Alpha>; 84 def OSXAlpha : Package<"osx">, ParentPackage<Alpha>; 100 def LLVMAlpha : Package<"llvm">, ParentPackage<Alpha>; 113 def CloneDetectionAlpha : Package<"clone">, ParentPackage<Alpha>; 118 def FuchsiaAlpha : Package<"fuchsia">, ParentPackage<Alpha>; [all …]
|
| H A D | CheckerBase.td | 30 /// Alpha entries are under development, might be incomplet, inkorrekt and
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCAsmInfo.h | 37 Alpha, /// Windows Alpha enumerator 43 MIPS = Alpha,
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | non-runtime-protocol.m | 44 __attribute__((objc_non_runtime_protocol)) @protocol Alpha<A> protocol 48 @interface Implementer : Root <Alpha, Beta, C>
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrFormats.td | 70 let DecoderNamespace = "Alpha"; 123 let DecoderNamespace = "Alpha"; 197 let DecoderNamespace = "Alpha"; 250 let DecoderNamespace = "Alpha";
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | pr35472.ll | 120 ; extern void Alpha(); 121 ; void Alpha() { Bravo(); }
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 90 HANDLE_MDMP_ARCH(0x0002, Alpha) // PROCESSOR_ARCHITECTURE_ALPHA
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 101 Alpha = 0x30, enumerator
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.cpp | 4332 struct Alpha { struct 4333 Alpha(); 4347 Alpha::Alpha() {} in Alpha() function in DifferentParameterNameInTemplate::Alpha
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 3170 APInt Alpha = Aconst->getAPInt(); in propagateLine() local 3172 APInt CdivA = Charlie.sdiv(Alpha); in propagateLine() 3173 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A"); in propagateLine() 3184 APInt Alpha = Aconst->getAPInt(); in propagateLine() local 3186 APInt CdivA = Charlie.sdiv(Alpha); in propagateLine() 3187 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A"); in propagateLine()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 167 CV_ENUM_CLASS_ENT(CPUType, Alpha),
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 241 RETURN_CASE(CPUType, Alpha, "alpha"); in formatMachineType()
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CREDITS.TXT | 308 D: Alpha backend
|
| /llvm-project-15.0.7/llvm/cmake/ |
| H A D | config.guess | 277 Alpha\ *:Windows_NT*:*)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 1112 Several implementations of ``analyzeBranch`` (for ARM, Alpha, and X86) can be 1822 code generator, but are not mandatory. For the Alpha and PowerPC target 1971 callback function that will be used a function wrapper. For the Alpha target
|
| H A D | LangRef.rst | 13170 targets that support it. On X86, it should map to RDTSC. On Alpha, it
|