Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h213 bool IsExtended = false);
216 std::optional<unsigned> allocateLocal(DeclTy &&Decl, bool IsExtended = false);
339 void add(const Scope::Local &Local, bool IsExtended) { in add() argument
340 if (IsExtended) in add()
H A DByteCodeExprGen.cpp2239 bool IsExtended) { in allocateLocalPrimitive() argument
2255 VarScope->add(Local, IsExtended); in allocateLocalPrimitive()
2261 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() argument
2294 VarScope->add(Local, IsExtended); in allocateLocal()
/freebsd-14.2/contrib/llvm-project/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()
2189 bool isExtended() const { return IsExtended; } in isExtended()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp416 bool IsExtended) { in CreateEmpty() argument
417 if (!IsExtended) in CreateEmpty()
423 Clause->IsExtended = true; in CreateEmpty()