Searched refs:DER (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| H A D | p7-cxx20.cpp | 128 struct DER : TPL<int> { struct 151 DER<float> x; // expected-note{{requested here}} 152 DER<int> y;
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | no-ivar-access-control.m | 60 @interface DER : I1 interface 63 @implementation DER implementation
|
| H A D | synthesized-ivar.m | 42 @interface DER : I1 interface 45 @implementation DER implementation
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 741 DirectiveEvalResult DER = EvaluateDirectiveExpression(IfNDefMacro); in SkipExcludedConditionalBlock() local 745 const bool CondValue = DER.Conditional; in SkipExcludedConditionalBlock() 749 Tok.getLocation(), DER.ExprRange, in SkipExcludedConditionalBlock() 3311 const DirectiveEvalResult DER = EvaluateDirectiveExpression(IfNDefMacro); in HandleIfDirective() local 3312 const bool ConditionalTrue = DER.Conditional; in HandleIfDirective() 3330 IfToken.getLocation(), DER.ExprRange, in HandleIfDirective() 3337 if (PPOpts->SingleFileParseMode && DER.IncludedUndefinedIds) { in HandleIfDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 220 def DER : BinaryRR <"der", 0x3D, null_frag, FP32, FP32>;
|
| H A D | SystemZScheduleZ16.td | 1068 def : InstRW<[WLat20, VecFPd20, NormalGr], (instregex "DER$")>;
|