Searched refs:IsExtended (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCompound.cpp | 80 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()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 152 bool IsExtended = false); 156 bool IsExtended = false); 243 void add(const Scope::Local &Local, bool IsExtended) { in add() argument 244 if (IsExtended) in add()
|
| H A D | ByteCodeExprGen.cpp | 426 bool IsExtended) { in allocateLocalPrimitive() argument 431 VarScope->add(Local, IsExtended); in allocateLocalPrimitive() 437 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() argument 459 VarScope->add(Local, IsExtended); in allocateLocal()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptParser.cpp | 455 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 D | ResourceFileWriter.cpp | 985 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 D | ResourceScriptParser.h | 142 ParseType parseDialogResource(bool IsExtended);
|
| H A D | ResourceFileWriter.h | 144 Error writeSingleDialogControl(const Control &, bool IsExtended);
|
| H A D | ResourceScriptStmt.h | 657 bool IsExtended; variable 664 IsExtended(IsDialogEx) {} in DialogResource() 675 return "DIALOG" + Twine(IsExtended ? "EX" : ""); in getResourceTypeName()
|
| H A D | ResourceScriptStmt.cpp | 166 OS << "Dialog" << (IsExtended ? "Ex" : "") << " (" << ResName << "): loc: (" in log()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2075 bool IsExtended = false; variable 2081 return IsExtended ? 2 : 0; in numTrailingObjects() 2086 assert(IsExtended && "Expected extended clause."); in setLParenLoc() 2092 assert(IsExtended && "Expected extended clause."); in setArgumentLoc() 2098 assert(IsExtended && "Expected extended clause."); in setDependencyKind() 2107 bool IsExtended) in OMPUpdateClause() argument 2109 IsExtended(IsExtended) {} in OMPUpdateClause() 2112 OMPUpdateClause(bool IsExtended) in OMPUpdateClause() argument 2114 IsExtended(IsExtended) {} in OMPUpdateClause() 2147 bool isExtended() const { return IsExtended; } in isExtended() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 404 bool IsExtended) { in CreateEmpty() argument 405 if (!IsExtended) in CreateEmpty() 411 Clause->IsExtended = true; in CreateEmpty()
|