Home
last modified time | relevance | path

Searched refs:IsExtended (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp80 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument
95 if (IsExtended) in getCompoundCandidateGroup()
108 if (IsExtended) in getCompoundCandidateGroup()
120 if (IsExtended) in getCompoundCandidateGroup()
130 if (IsExtended) in getCompoundCandidateGroup()
140 if (IsExtended) in getCompoundCandidateGroup()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.h173 bool IsExtended = false);
176 std::optional<unsigned> allocateLocal(DeclTy &&Decl, bool IsExtended = false);
266 void add(const Scope::Local &Local, bool IsExtended) { in add() argument
267 if (IsExtended) in add()
H A DByteCodeExprGen.cpp777 bool IsExtended) { in allocateLocalPrimitive() argument
793 VarScope->add(Local, IsExtended); in allocateLocalPrimitive()
799 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() argument
832 VarScope->add(Local, IsExtended); in allocateLocal()
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp455 RCParser::ParseType RCParser::parseDialogResource(bool IsExtended) { in parseDialogResource() argument
465 if (IsExtended && consumeOptionalType(Kind::Comma)) { in parseDialogResource()
471 IsExtended ? OptStmtType::DialogExStmt in parseDialogResource()
480 HelpID, std::move(*OptStatements), IsExtended, MemoryFlags); in parseDialogResource()
H A DResourceFileWriter.cpp985 bool IsExtended) { in writeSingleDialogControl() argument
995 if (!IsExtended) { in writeSingleDialogControl()
1030 if (!IsExtended) { in writeSingleDialogControl()
1077 if (!Res->IsExtended) { in writeDialogBody()
1146 if (Res->IsExtended) { in writeDialogBody()
1164 handleCtlError(writeSingleDialogControl(Ctl, Res->IsExtended), Ctl)); in writeDialogBody()
H A DResourceScriptParser.h142 ParseType parseDialogResource(bool IsExtended);
H A DResourceFileWriter.h144 Error writeSingleDialogControl(const Control &, bool IsExtended);
H A DResourceScriptStmt.h658 bool IsExtended; variable
665 IsExtended(IsDialogEx) {} in DialogResource()
676 return "DIALOG" + Twine(IsExtended ? "EX" : ""); in getResourceTypeName()
H A DResourceScriptStmt.cpp166 OS << "Dialog" << (IsExtended ? "Ex" : "") << " (" << ResName << "): loc: (" in log()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2117 bool IsExtended = false; variable
2123 return IsExtended ? 2 : 0; in numTrailingObjects()
2128 assert(IsExtended && "Expected extended clause."); in setLParenLoc()
2134 assert(IsExtended && "Expected extended clause."); in setArgumentLoc()
2140 assert(IsExtended && "Expected extended clause."); in setDependencyKind()
2149 bool IsExtended) in OMPUpdateClause() argument
2151 IsExtended(IsExtended) {} in OMPUpdateClause()
2154 OMPUpdateClause(bool IsExtended) in OMPUpdateClause() argument
2156 IsExtended(IsExtended) {} in OMPUpdateClause()
2186 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended);
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp413 bool IsExtended) { in CreateEmpty() argument
414 if (!IsExtended) in CreateEmpty()
420 Clause->IsExtended = true; in CreateEmpty()