Home
last modified time | relevance | path

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 Dp7-cxx20.cpp128 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 Dno-ivar-access-control.m60 @interface DER : I1 interface
63 @implementation DER implementation
H A Dsynthesized-ivar.m42 @interface DER : I1 interface
45 @implementation DER implementation
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp741 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 DSystemZInstrHFP.td220 def DER : BinaryRR <"der", 0x3D, null_frag, FP32, FP32>;
H A DSystemZScheduleZ16.td1068 def : InstRW<[WLat20, VecFPd20, NormalGr], (instregex "DER$")>;