Home
last modified time | relevance | path

Searched refs:Alpha (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dtmp-md-nodes1.cpp8 struct Alpha { struct
14 struct CharlieImpl : Charlie, Alpha {
/llvm-project/lldb/test/API/lang/c/enum_types/
H A Dmain.c24 Alpha = 3, in main() enumerator
41 enum non_bitfield omega = Alpha | Beta; in main()
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp31 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 Dstruct.c23 unsigned Alpha; member
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp115 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 DCheckers.td15 // 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 DCheckerBase.td30 /// Alpha entries are under development, might be incomplet, inkorrekt and
/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h37 Alpha, /// Windows Alpha enumerator
43 MIPS = Alpha,
251 /// on Alpha. Defaults to nullptr.
/llvm-project/clang/test/CodeGenObjC/
H A Dnon-runtime-protocol.m44 __attribute__((objc_non_runtime_protocol)) @protocol Alpha<A> protocol
48 @interface Implementer : Root <Alpha, Beta, C>
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrFormats.td70 let DecoderNamespace = "Alpha";
123 let DecoderNamespace = "Alpha";
197 let DecoderNamespace = "Alpha";
250 let DecoderNamespace = "Alpha";
/llvm-project/llvm/test/ThinLTO/X86/
H A Dpr35472.ll124 ; extern void Alpha();
125 ; void Alpha() { Bravo(); }
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def94 HANDLE_MDMP_ARCH(0x0002, Alpha) // PROCESSOR_ARCHITECTURE_ALPHA
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h99 Alpha = 0x30, enumerator
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp4672 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 DDependenceAnalysis.cpp3233 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 DEnumTables.cpp170 CV_ENUM_CLASS_ENT(CPUType, Alpha),
/llvm-project/llvm/
H A DCREDITS.TXT316 D: Alpha backend
/llvm-project/llvm/cmake/
H A Dconfig.guess277 Alpha\ *:Windows_NT*:*)
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp247 RETURN_CASE(CPUType, Alpha, "alpha"); in formatMachineType()
/llvm-project/llvm/docs/
H A DWritingAnLLVMBackend.rst1145 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 DLangRef.rst14483 targets that support it. On X86, it should map to RDTSC. On Alpha, it
[all...]