Home
last modified time | relevance | path

Searched refs:UseV (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp367 void UseV();
373 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp367 void UseV();
373 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp402 void UseV();
408 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp402 void UseV();
408 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp402 void UseV();
408 void SP11::UseV() { in UseV() function in SP11
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A DMicrosoftExtensions.cpp384 void UseV();
390 void SP11::UseV() { in UseV() function in SP11
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1585 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
1586 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
1589 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
1638 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
1652 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
3330 const Value *UseV = U->get(); in addAccessedBytesForUse() local
3331 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
3334 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
3560 const Value *UseV = U->get(); in getKnownAlignForUse() local
3562 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1585 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
1586 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
1589 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
1638 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
1652 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
3330 const Value *UseV = U->get(); in addAccessedBytesForUse() local
3331 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
3334 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
3560 const Value *UseV = U->get(); in getKnownAlignForUse() local
3562 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1599 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
1600 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
1603 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
1652 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
3487 const Value *UseV = U->get(); in addAccessedBytesForUse() local
3488 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
3491 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
3715 const Value *UseV = U->get(); in getKnownAlignForUse() local
3717 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
3720 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1599 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
1600 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
1603 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
1652 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
3487 const Value *UseV = U->get(); in addAccessedBytesForUse() local
3488 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
3491 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
3715 const Value *UseV = U->get(); in getKnownAlignForUse() local
3717 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
3720 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1598 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
1599 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
1602 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
1651 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
3486 const Value *UseV = U->get(); in addAccessedBytesForUse() local
3487 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
3490 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
3715 const Value *UseV = U->get(); in getKnownAlignForUse() local
3717 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
3720 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/IPO/
H A DAttributor.cpp1735 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
1736 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
1739 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
1779 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
1792 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
3192 const Value *UseV = U->get(); in addAccessedBytesForUse() local
3193 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
3196 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
3202 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in addAccessedBytesForUse()
3422 const Value *UseV = U->get(); in getKnownAlignForUse() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1735 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
1736 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
1739 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
1779 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
1792 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
3192 const Value *UseV = U->get(); in addAccessedBytesForUse() local
3193 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
3196 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
3202 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in addAccessedBytesForUse()
3422 const Value *UseV = U->get(); in getKnownAlignForUse() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1735 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
1736 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
1739 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
1779 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
1792 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
3192 const Value *UseV = U->get(); in addAccessedBytesForUse() local
3193 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
3196 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
3202 Attributor::getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in addAccessedBytesForUse()
3422 const Value *UseV = U->get(); in getKnownAlignForUse() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2092 const Value *UseV = U->get(); in getKnownNonNullAndDerefBytesForUse() local
2093 if (!UseV->getType()->isPointerTy()) in getKnownNonNullAndDerefBytesForUse()
2109 Type *PtrTy = UseV->getType(); in getKnownNonNullAndDerefBytesForUse()
2145 getPointerOperand(I, /* AllowVolatile */ false) == UseV) { in getKnownNonNullAndDerefBytesForUse()
4059 const Value *UseV = U->get(); in addAccessedBytesForUse() local
4060 if (!UseV->getType()->isPointerTy()) in addAccessedBytesForUse()
4063 Type *PtrTy = UseV->getType(); in addAccessedBytesForUse()
4285 const Value *UseV = U->get(); in getKnownAlignForUse() local
4287 if (SI->getPointerOperand() == UseV) in getKnownAlignForUse()
4290 if (LI->getPointerOperand() == UseV) in getKnownAlignForUse()
[all …]

12