Searched refs:Decomposition (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp199 struct Decomposition { struct in namespace:__anon3429
203 Decomposition(int64_t Offset) : Offset(Offset) {} function in struct:__anon3429::Decomposition
204 Decomposition(Value *V, bool IsKnownNonNegative = false) { function in struct:__anon3429::Decomposition
207 Decomposition(int64_t Offset, ArrayRef<DecompEntry> Vars) function in struct:__anon3429::Decomposition
214 void add(const Decomposition &Other) {
228 static Decomposition decompose(Value *V,
237 static Decomposition
281 Decomposition Result(ConstantOffset.getSExtValue(),
300 static Decomposition decompose(Value *V,
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp431 case Decl::Decomposition:
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.pm258 =head2 Decomposition and Composition
525 It returns a boolean whether the code point has Non-Starter Decomposition.
/openbsd-current/gnu/usr.bin/perl/win32/
H A DMakefile605 FIRSTUNIFILE = ..\lib\unicore\Decomposition.pl
606 UNIDATAFILES = ..\lib\unicore\Decomposition.pl \
H A DGNUmakefile857 UNIDATAFILES = ..\lib\unicore\Decomposition.pl ..\lib\unicore\TestProp.pl \
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h4087 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo,
4118 static bool classofKind(Kind K) { return K == Decomposition; }
H A DDecl.h1213 if (getKind() != Decl::Var && getKind() != Decl::Decomposition)
1227 if (getKind() != Decl::Var && getKind() != Decl::Decomposition)
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp855 case Decomposition:
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile-cross-SH327 unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.SH524 unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp159 case Decl::Decomposition: {
H A DCodeGenModule.cpp6305 case Decl::Decomposition:
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6778 case Decl::Decomposition: {
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp1919 case Decl::Decomposition: {
H A DSemaExpr.cpp3392 case Decl::Decomposition:

Completed in 542 milliseconds