Searched refs:IsExtended (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.h | 154 bool IsExtended = false); 158 bool IsExtended = false); 245 void add(const Scope::Local &Local, bool IsExtended) { in add() argument 246 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()
|
/netbsd-src/external/apache2/llvm/dist/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 | 145 ParseType parseDialogResource(bool IsExtended);
|
H A D | ResourceScriptStmt.h | 656 bool IsExtended; variable 663 IsExtended(IsDialogEx) {} in DialogResource() 674 return "DIALOG" + Twine(IsExtended ? "EX" : ""); in getResourceTypeName()
|
H A D | ResourceFileWriter.h | 144 Error writeSingleDialogControl(const Control &, bool IsExtended);
|
H A D | ResourceScriptStmt.cpp | 166 OS << "Dialog" << (IsExtended ? "Ex" : "") << " (" << ResName << "): loc: (" in log()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1891 bool IsExtended = false; variable 1897 return IsExtended ? 2 : 0; in numTrailingObjects() 1902 assert(IsExtended && "Expected extended clause."); in setLParenLoc() 1908 assert(IsExtended && "Expected extended clause."); in setArgumentLoc() 1914 assert(IsExtended && "Expected extended clause."); in setDependencyKind() 1923 bool IsExtended) in OMPUpdateClause() argument 1925 IsExtended(IsExtended) {} in OMPUpdateClause() 1928 OMPUpdateClause(bool IsExtended) in OMPUpdateClause() argument 1930 IsExtended(IsExtended) {} in OMPUpdateClause() 1960 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended); [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 396 bool IsExtended) { in CreateEmpty() argument 397 if (!IsExtended) in CreateEmpty() 403 Clause->IsExtended = true; in CreateEmpty()
|