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

  /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) {
Instructions.h     [all...]
  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 466 void setDoesNotThrow() {
467 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 391 void setDoesNotThrow() {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 1356 milliseconds