| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | tmp-md-nodes1.cpp | 8 struct Alpha { struct 14 struct CharlieImpl : Charlie, Alpha {
|
| /llvm-project/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/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/clang/test/ExtractAPI/ |
| H A D | struct.c | 23 unsigned Alpha; member
|
| /llvm-project/clang/test/Misc/ |
| H A D | diag-template-diffing-cxx11.cpp | 115 class Alpha{}; class 123 void set4(Alpha<int, int>); 128 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'Beta<void, void>' to 'Alpha<int, int>' for 1st argument 130 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'Beta<void, void>' to 'Alpha<int, int>' for 1st argument 132 // CHECK-ELIDE-TREE: candidate function not viable: no known conversion from 'Beta<void, void>' to 'Alpha<int, int>' for 1st argument 134 // CHECK-NOELIDE-TREE: candidate function not viable: no known conversion from 'Beta<void, void>' to 'Alpha<int, int>' for 1st argument 136 void set5(Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>); 138 set5(Alpha<Beta<Gamma<void, void>, double>, double>()); in test5() 141 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'Alpha<Beta<Gamma<void, void>, double>, double>' to 'Alpha<Bet [all...] |
| /llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 15 // The Alpha package is for checkers that have too many false positives to be 16 // turned on by default. The hierarchy under Alpha should be organized in the 20 def Alpha : Package<"alpha">; 25 def CoreAlpha : Package<"core">, ParentPackage<Alpha>; 33 // The checker hierarchy under OptIn should mirror that in Alpha: checkers 64 def CplusplusAlpha : Package<"cplusplus">, ParentPackage<Alpha>; 70 def DeadCodeAlpha : Package<"deadcode">, ParentPackage<Alpha>; 76 def SecurityAlpha : Package<"security">, ParentPackage<Alpha>; 85 def UnixAlpha : Package<"unix">, ParentPackage<Alpha>; 90 def OSXAlpha : Package<"osx">, ParentPackage<Alpha>; [all...] |
| H A D | CheckerBase.td | 30 /// Alpha entries are under development, might be incomplet, inkorrekt and
|
| /llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmInfo.h | 37 Alpha, /// Windows Alpha enumerator 43 MIPS = Alpha, 251 /// on Alpha. Defaults to nullptr.
|
| /llvm-project/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/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/llvm/test/ThinLTO/X86/ |
| H A D | pr35472.ll | 124 ; extern void Alpha(); 125 ; void Alpha() { Bravo(); }
|
| /llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 94 HANDLE_MDMP_ARCH(0x0002, Alpha) // PROCESSOR_ARCHITECTURE_ALPHA
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 99 Alpha = 0x30, enumerator
|
| /llvm-project/clang/test/Modules/ |
| H A D | odr_hash.cpp | 4672 struct Alpha { struct 4673 Alpha(); 4687 Alpha::Alpha() {} in Alpha() function in DifferentParameterNameInTemplate::Alpha 4674 GoDifferentParameterNameInTemplate::Alpha Go() argument 4675 betasDifferentParameterNameInTemplate::Alpha global() argument
|
| /llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 3233 APInt Alpha = Aconst->getAPInt(); in propagateLine() local 3235 APInt CdivA = Charlie.sdiv(Alpha); in propagateLine() 3236 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A"); in propagateLine() 3247 APInt Alpha = Aconst->getAPInt(); in propagateLine() local 3249 APInt CdivA = Charlie.sdiv(Alpha); in propagateLine() 3250 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A"); in propagateLine()
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 170 CV_ENUM_CLASS_ENT(CPUType, Alpha),
|
| /llvm-project/llvm/ |
| H A D | CREDITS.TXT | 316 D: Alpha backend
|
| /llvm-project/llvm/cmake/ |
| H A D | config.guess | 277 Alpha\ *:Windows_NT*:*)
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 247 RETURN_CASE(CPUType, Alpha, "alpha"); in formatMachineType()
|
| /llvm-project/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 1145 Several implementations of ``analyzeBranch`` (for ARM, Alpha, and X86) can be 1862 code generator, but are not mandatory. For the Alpha and PowerPC target 2011 callback function that will be used a function wrapper. For the Alpha target
|
| H A D | LangRef.rst | 14483 targets that support it. On X86, it should map to RDTSC. On Alpha, it [all...] |