Home
last modified time | relevance | path

Searched refs:ULLVal (Results 1 – 25 of 45) sorted by relevance

12

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A DStringRef.cpp277 unsigned long long ULLVal; in getAsInteger() local
281 if (GetAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
283 (long long)ULLVal < 0) in getAsInteger()
285 Result = ULLVal; in getAsInteger()
290 if (GetAsUnsignedInteger(substr(1), Radix, ULLVal) || in getAsInteger()
294 (long long)-ULLVal > 0) in getAsInteger()
297 Result = -ULLVal; in getAsInteger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DStringRef.h523 unsigned long long ULLVal; in getAsInteger() local
527 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
528 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
530 Result = ULLVal; in getAsInteger()
557 unsigned long long ULLVal; in consumeInteger() local
558 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
559 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
561 Result = ULLVal; in consumeInteger()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DStringRef.h522 unsigned long long ULLVal; in getAsInteger() local
526 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
527 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
529 Result = ULLVal; in getAsInteger()
556 unsigned long long ULLVal; in consumeInteger() local
557 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
558 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
560 Result = ULLVal; in consumeInteger()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DStringRef.h523 unsigned long long ULLVal; in getAsInteger() local
527 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
528 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
530 Result = ULLVal; in getAsInteger()
557 unsigned long long ULLVal; in consumeInteger() local
558 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
559 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
561 Result = ULLVal; in consumeInteger()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DStringRef.h511 unsigned long long ULLVal; in getAsInteger() local
515 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
516 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
518 Result = ULLVal; in getAsInteger()
545 unsigned long long ULLVal; in consumeInteger() local
546 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
547 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
549 Result = ULLVal; in consumeInteger()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/symbolic-demangle-8.3.0/vendor/swift/include/llvm/ADT/
H A DStringRef.h523 unsigned long long ULLVal; in getAsInteger() local
527 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
528 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
530 Result = ULLVal; in getAsInteger()
557 unsigned long long ULLVal; in consumeInteger() local
558 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
559 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
561 Result = ULLVal; in consumeInteger()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DStringRef.h522 unsigned long long ULLVal; in getAsInteger() local
526 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
527 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
529 Result = ULLVal; in getAsInteger()
556 unsigned long long ULLVal; in consumeInteger() local
557 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
558 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
560 Result = ULLVal; in consumeInteger()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DStringRef.h523 unsigned long long ULLVal; in getAsInteger() local
527 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
528 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
530 Result = ULLVal; in getAsInteger()
557 unsigned long long ULLVal; in consumeInteger() local
558 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
559 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
561 Result = ULLVal; in consumeInteger()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DStringRef.h523 unsigned long long ULLVal; in getAsInteger() local
527 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
528 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
530 Result = ULLVal; in getAsInteger()
557 unsigned long long ULLVal; in consumeInteger() local
558 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
559 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
561 Result = ULLVal; in consumeInteger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringRef.h511 unsigned long long ULLVal; in getAsInteger() local
515 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
516 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
518 Result = ULLVal; in getAsInteger()
545 unsigned long long ULLVal; in consumeInteger() local
546 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
547 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
549 Result = ULLVal; in consumeInteger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h506 unsigned long long ULLVal; in getAsInteger() local
510 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
511 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
513 Result = ULLVal; in getAsInteger()
540 unsigned long long ULLVal; in consumeInteger() local
541 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
542 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
544 Result = ULLVal; in consumeInteger()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h522 unsigned long long ULLVal; in getAsInteger() local
526 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
527 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
529 Result = ULLVal; in getAsInteger()
556 unsigned long long ULLVal; in consumeInteger() local
557 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
558 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
560 Result = ULLVal; in consumeInteger()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DStringRef.h522 unsigned long long ULLVal; in getAsInteger() local
526 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
527 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
529 Result = ULLVal; in getAsInteger()
556 unsigned long long ULLVal; in consumeInteger() local
557 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
558 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
560 Result = ULLVal; in consumeInteger()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DStringRef.h522 unsigned long long ULLVal; in getAsInteger() local
526 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
527 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
529 Result = ULLVal; in getAsInteger()
556 unsigned long long ULLVal; in consumeInteger() local
557 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
558 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
560 Result = ULLVal; in consumeInteger()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DStringRef.h523 unsigned long long ULLVal; in getAsInteger() local
527 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
528 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
530 Result = ULLVal; in getAsInteger()
557 unsigned long long ULLVal; in consumeInteger() local
558 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
559 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
561 Result = ULLVal; in consumeInteger()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/symbolic-demangle-7.4.0/vendor/swift/include/llvm/ADT/
H A DStringRef.h510 unsigned long long ULLVal;
514 if (getAsUnsignedInteger(*this, Radix, ULLVal) ||
515 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal)
517 Result = ULLVal;
544 unsigned long long ULLVal;
545 if (consumeUnsignedInteger(*this, Radix, ULLVal) ||
546 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal)
548 Result = ULLVal;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h511 unsigned long long ULLVal; in getAsInteger() local
515 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
516 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
518 Result = ULLVal; in getAsInteger()
545 unsigned long long ULLVal; in consumeInteger() local
546 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
547 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
549 Result = ULLVal; in consumeInteger()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DStringRef.h522 unsigned long long ULLVal; in getAsInteger() local
526 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
527 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
529 Result = ULLVal; in getAsInteger()
556 unsigned long long ULLVal; in consumeInteger() local
557 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
558 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
560 Result = ULLVal; in consumeInteger()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DStringRef.h490 unsigned long long ULLVal; in getAsInteger() local
494 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
495 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
497 Result = ULLVal; in getAsInteger()
524 unsigned long long ULLVal; in consumeInteger() local
525 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
526 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
528 Result = ULLVal; in consumeInteger()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DStringRef.h509 unsigned long long ULLVal; in getAsInteger() local
513 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
514 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
516 Result = ULLVal; in getAsInteger()
543 unsigned long long ULLVal; in consumeInteger() local
544 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
545 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
547 Result = ULLVal; in consumeInteger()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DStringRef.h509 unsigned long long ULLVal; in getAsInteger() local
513 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
514 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
516 Result = ULLVal; in getAsInteger()
543 unsigned long long ULLVal; in consumeInteger() local
544 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
545 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
547 Result = ULLVal; in consumeInteger()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A DStringRef.h510 unsigned long long ULLVal; in getAsInteger() local
514 if (getAsUnsignedInteger(*this, Radix, ULLVal) || in getAsInteger()
515 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in getAsInteger()
517 Result = ULLVal; in getAsInteger()
544 unsigned long long ULLVal; in consumeInteger() local
545 if (consumeUnsignedInteger(*this, Radix, ULLVal) || in consumeInteger()
546 static_cast<unsigned long long>(static_cast<T>(ULLVal)) != ULLVal) in consumeInteger()
548 Result = ULLVal; in consumeInteger()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/
H A DStringRef.cpp382 unsigned long long ULLVal; in getAsSignedInteger() local
386 if (getAsUnsignedInteger(Str, Radix, ULLVal) || in getAsSignedInteger()
388 (long long)ULLVal < 0) in getAsSignedInteger()
390 Result = ULLVal; in getAsSignedInteger()
395 if (getAsUnsignedInteger(Str.substr(1), Radix, ULLVal) || in getAsSignedInteger()
399 (long long)-ULLVal > 0) in getAsSignedInteger()
402 Result = -ULLVal; in getAsSignedInteger()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A DStringRef.cpp421 unsigned long long ULLVal; in getAsSignedInteger() local
425 if (getAsUnsignedInteger(Str, Radix, ULLVal) || in getAsSignedInteger()
427 (long long)ULLVal < 0) in getAsSignedInteger()
429 Result = ULLVal; in getAsSignedInteger()
434 if (getAsUnsignedInteger(Str.substr(1), Radix, ULLVal) || in getAsSignedInteger()
438 (long long)-ULLVal > 0) in getAsSignedInteger()
441 Result = -ULLVal; in getAsSignedInteger()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DStringRef.cpp460 unsigned long long ULLVal; in consumeSignedInteger() local
464 if (consumeUnsignedInteger(Str, Radix, ULLVal) || in consumeSignedInteger()
466 (long long)ULLVal < 0) in consumeSignedInteger()
468 Result = ULLVal; in consumeSignedInteger()
474 if (consumeUnsignedInteger(Str2, Radix, ULLVal) || in consumeSignedInteger()
478 (long long)-ULLVal > 0) in consumeSignedInteger()
482 Result = -ULLVal; in consumeSignedInteger()

12