Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h154 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 DByteCodeExprGen.cpp426 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1999 bool IsExtended = false; variable
2005 return IsExtended ? 2 : 0; in numTrailingObjects()
2010 assert(IsExtended && "Expected extended clause."); in setLParenLoc()
2016 assert(IsExtended && "Expected extended clause."); in setArgumentLoc()
2022 assert(IsExtended && "Expected extended clause."); in setDependencyKind()
2031 bool IsExtended) in OMPUpdateClause() argument
2033 IsExtended(IsExtended) {} in OMPUpdateClause()
2036 OMPUpdateClause(bool IsExtended) in OMPUpdateClause() argument
2038 IsExtended(IsExtended) {} in OMPUpdateClause()
2071 bool isExtended() const { return IsExtended; } in isExtended()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp396 bool IsExtended) { in CreateEmpty() argument
397 if (!IsExtended) in CreateEmpty()
403 Clause->IsExtended = true; in CreateEmpty()