HomeSort by relevance Sort by last modified time
    Searched defs:setDoesNotThrow (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 66 static bool setDoesNotThrow(Function &F) {
69 F.setDoesNotThrow();
118 Changed |= setDoesNotThrow(F);
124 Changed |= setDoesNotThrow(F);
133 Changed |= setDoesNotThrow(F);
143 Changed |= setDoesNotThrow(F);
148 Changed |= setDoesNotThrow(F);
161 Changed |= setDoesNotThrow(F);
168 Changed |= setDoesNotThrow(F);
173 Changed |= setDoesNotThrow(F)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 233 void setDoesNotThrow(bool doesNotThrow = true) {
234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 249 void setDoesNotThrow(bool DoesNotThrow = true) {
  /external/llvm/include/llvm/IR/
CallSite.h 453 void setDoesNotThrow() {
454 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 346 void setDoesNotThrow() {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 369 void setDoesNotThrow() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 466 void setDoesNotThrow() {
467 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 391 void setDoesNotThrow() {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 482 void setDoesNotThrow() {
483 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 447 void setDoesNotThrow() {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 482 void setDoesNotThrow() {
483 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 447 void setDoesNotThrow() {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 455 void setDoesNotThrow() {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 455 void setDoesNotThrow() {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 455 void setDoesNotThrow() {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 490 void setDoesNotThrow() {
491 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 455 void setDoesNotThrow() {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 466 void setDoesNotThrow() {
467 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 391 void setDoesNotThrow() {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h 482 void setDoesNotThrow() {
483 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 447 void setDoesNotThrow() {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h 482 void setDoesNotThrow() {
483 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());

Completed in 767 milliseconds

1 2