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

  /external/llvm/include/llvm/IR/
CallSite.h 262 void setDoesNotThrow() {
263 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 269 void setDoesNotThrow() {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 87 void setDoesNotThrow(Function &F) {
89 F.setDoesNotThrow();
845 setDoesNotThrow(F);
855 setDoesNotThrow(F);
867 setDoesNotThrow(F);
880 setDoesNotThrow(F);
889 setDoesNotThrow(F);
906 setDoesNotThrow(F);
915 setDoesNotThrow(F);
922 setDoesNotThrow(F)
    [all...]

Completed in 525 milliseconds