Home
last modified time | relevance | path

Searched refs:UnderlyingObject (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/math/gap/gap-4.11.0/pkg/fining/examples/gap/
H A Dincgeom_underlyingobject.g4 UnderlyingObject(p);
6 UnderlyingObject(l);
24 UnderlyingObject(p);
26 UnderlyingObject(l);
29 UnderlyingObject(p);
H A Dexamples_underlyingobject.g4 UnderlyingObject(p);
7 UnderlyingObject(l);
11 UnderlyingObject(line);
15 UnderlyingObject(plane);
H A Dsubgeometries_extendelement.g13 UnderlyingObject(q) = UnderlyingObject(p);
14 UnderlyingObject(l) = UnderlyingObject(m);
/dports/math/gap/gap-4.11.0/pkg/homalg-2019.09.01/examples/doc/
H A DHomalgElement_in.g17 ## gap> a in UnderlyingObject( N );
21 ## gap> a in UnderlyingObject( K );
39 Assert( 0, a in UnderlyingObject( N ) );
41 Assert( 0, a in UnderlyingObject( L ) );
43 Assert( 0, not a in UnderlyingObject( K ) );
/dports/math/gap/gap-4.11.0/pkg/fining/examples/include/
H A Dincgeom_underlyingobject.include5 gap> UnderlyingObject(p);
9 gap> UnderlyingObject(l);
45 gap> UnderlyingObject(p);
49 gap> UnderlyingObject(l);
57 gap> UnderlyingObject(p);
H A Dexamples_underlyingobject.include5 gap> UnderlyingObject(p);
11 gap> UnderlyingObject(l);
20 gap> UnderlyingObject(line);
29 gap> UnderlyingObject(plane);
H A Dsubgeometries_extendelement.include31 gap> UnderlyingObject(q) = UnderlyingObject(p);
33 gap> UnderlyingObject(l) = UnderlyingObject(m);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/SAM/
H A DSAMStoreCtx.cs242 ((DirectoryEntry)p.UnderlyingObject).RefreshCache(); in Insert()
248 Debug.Assert(p.UnderlyingObject is DirectoryEntry); in Insert()
277 Debug.Assert(p.UnderlyingObject != null); in Update()
278 Debug.Assert(p.UnderlyingObject is DirectoryEntry); in Update()
307 Debug.Assert(p.UnderlyingObject != null); in Delete()
309 Debug.Assert(p.UnderlyingObject is DirectoryEntry); in Delete()
379 DirectoryEntry de = (DirectoryEntry)p.UnderlyingObject; in InitializeUserAccountControl()
395 DirectoryEntry de = (DirectoryEntry)p.UnderlyingObject; in IsLockedOut()
428 DirectoryEntry de = (DirectoryEntry)p.UnderlyingObject; in UnlockAccount()
631 Debug.Assert(p.UnderlyingObject != null); in GetGroupsMemberOf()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AD/
H A DADStoreCtx.cs396 Debug.Assert(p.UnderlyingObject is DirectoryEntry); in Insert()
416 if (null != p.UnderlyingObject) in Insert()
670 Debug.Assert(p.UnderlyingObject != null); in Update()
705 Debug.Assert(p.UnderlyingObject != null); in Delete()
1167 Debug.Assert(p.UnderlyingObject != null); in GetGroupsMemberOf()
1659 Debug.Assert(g.UnderlyingObject != null); in GetGroupMembership()
1765 Debug.Assert(g.UnderlyingObject != null && g.UnderlyingObject is DirectoryEntry); in IsMemberOfInStore()
1773 Debug.Assert(p.UnderlyingObject != null && p.UnderlyingObject is DirectoryEntry); in IsMemberOfInStore()
1915 Debug.Assert(g.UnderlyingObject != null); in CanGroupBeCleared()
2017 Debug.Assert(g.UnderlyingObject != null); in CanGroupMemberBeRemoved()
[all …]
/dports/math/gap/gap-4.11.0/pkg/GradedModules-2020.01.02/examples/
H A DStandardModule.g15 W2 := UnderlyingObject(SubmoduleGeneratedByHomogeneousPart(2,S^0));
16 W3 := UnderlyingObject(SubmoduleGeneratedByHomogeneousPart(3,S^0));
18 W_neg := UnderlyingObject(SubmoduleGeneratedByHomogeneousPart(-2,S^4));
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DLint.cpp379 Assert1(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
381 Assert1(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
383 Assert1(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
386 Assert1(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
394 Assert1(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
395 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
399 Assert1(!isa<Function>(UnderlyingObject), in visitMemoryReference()
401 Assert1(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
405 Assert1(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
409 Assert1(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DLint.cpp424 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
426 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
428 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
431 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
432 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
439 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
440 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
446 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
450 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
454 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DLint.cpp424 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
426 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
428 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
431 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
432 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
439 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
440 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
446 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
450 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
454 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DLint.cpp424 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
426 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
428 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
431 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
432 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
439 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
440 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
446 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
450 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
454 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLint.cpp424 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
426 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
428 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
431 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
432 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
439 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
440 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
446 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
450 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
454 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DLint.cpp424 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
426 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
428 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
431 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
432 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
439 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
440 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
446 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
450 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
454 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DLint.cpp423 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
425 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
427 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
430 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
431 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
438 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
439 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
445 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
449 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
453 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DLint.cpp420 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
422 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
424 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
427 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
428 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
435 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
436 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
442 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
446 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
450 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DLint.cpp420 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
422 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
424 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
427 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
428 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
435 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
436 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
442 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
446 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
450 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DLint.cpp397 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
399 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
401 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
404 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
405 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
412 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
413 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
419 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
423 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
427 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLint.cpp398 Assert(!isa<ConstantPointerNull>(UnderlyingObject),
400 Assert(!isa<UndefValue>(UnderlyingObject),
402 Assert(!isa<ConstantInt>(UnderlyingObject) ||
405 Assert(!isa<ConstantInt>(UnderlyingObject) ||
406 !cast<ConstantInt>(UnderlyingObject)->isOne(),
413 Assert(!isa<Function>(UnderlyingObject) &&
414 !isa<BlockAddress>(UnderlyingObject),
420 Assert(!isa<BlockAddress>(UnderlyingObject),
424 Assert(!isa<BlockAddress>(UnderlyingObject),
428 Assert(!isa<Constant>(UnderlyingObject) ||
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DLint.cpp398 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
400 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
402 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
405 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
406 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
413 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
414 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
420 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
424 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
428 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLint.cpp396 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
398 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
400 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
403 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
404 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
411 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
412 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
418 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
422 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
426 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DLint.cpp398 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
400 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
402 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
405 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
406 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
413 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
414 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
420 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
424 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
428 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DLint.cpp398 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
400 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
402 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
405 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
406 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
413 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
414 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
420 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
424 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
428 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]

12345678