/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCompound.cpp | 83 unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument 98 if (IsExtended) in getCompoundCandidateGroup() 111 if (IsExtended) in getCompoundCandidateGroup() 123 if (IsExtended) in getCompoundCandidateGroup() 133 if (IsExtended) in getCompoundCandidateGroup() 143 if (IsExtended) in getCompoundCandidateGroup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCompound.cpp | 79 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument 94 if (IsExtended) in getCompoundCandidateGroup() 107 if (IsExtended) in getCompoundCandidateGroup() 119 if (IsExtended) in getCompoundCandidateGroup() 129 if (IsExtended) in getCompoundCandidateGroup() 139 if (IsExtended) in getCompoundCandidateGroup()
|
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
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()
|
/external/llvm-project/clang/lib/AST/Interp/ |
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()
|
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()
|
/external/llvm-project/llvm/tools/llvm-rc/ |
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()
|
D | ResourceScriptParser.h | 145 ParseType parseDialogResource(bool IsExtended);
|
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()
|
D | ResourceFileWriter.h | 144 Error writeSingleDialogControl(const Control &, bool IsExtended);
|
D | ResourceScriptStmt.h | 656 bool IsExtended; variable 663 IsExtended(IsDialogEx) {} in DialogResource() 674 return "DIALOG" + Twine(IsExtended ? "EX" : ""); in getResourceTypeName()
|
D | ResourceScriptStmt.cpp | 166 OS << "Dialog" << (IsExtended ? "Ex" : "") << " (" << ResName << "): loc: (" in log()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 1797 bool IsExtended = false; variable 1803 return IsExtended ? 2 : 0; in numTrailingObjects() 1808 assert(IsExtended && "Expected extended clause."); in setLParenLoc() 1814 assert(IsExtended && "Expected extended clause."); in setArgumentLoc() 1820 assert(IsExtended && "Expected extended clause."); in setDependencyKind() 1829 bool IsExtended) in OMPUpdateClause() argument 1831 IsExtended(IsExtended) {} in OMPUpdateClause() 1834 OMPUpdateClause(bool IsExtended) in OMPUpdateClause() argument 1836 IsExtended(IsExtended) {} in OMPUpdateClause() 1866 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended); [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 377 bool IsExtended) { in CreateEmpty() argument 378 if (!IsExtended) in CreateEmpty() 384 Clause->IsExtended = true; in CreateEmpty()
|