Home
last modified time | relevance | path

Searched refs:IsReal (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2935 bool IsReal = Tok.is(AsmToken::Real); in parseImm() local
2939 if (!IsReal && Tok.is(AsmToken::Minus) && NextTok.is(AsmToken::Real)) { in parseImm()
2941 IsReal = true; in parseImm()
2945 if (IsReal) { in parseImm()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp4709 bool IsReal) { in CheckRealImagOperand() argument
4733 return CheckRealImagOperand(S, V, Loc, IsReal); in CheckRealImagOperand()
4738 << (IsReal ? "__real" : "__imag"); in CheckRealImagOperand()