OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDoesNotThrow
(Results
1 - 17
of
17
) sorted by null
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
[
all
...]
ObjCARC.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGException.cpp
331
->
setDoesNotThrow
();
408
ExceptionPtr->
setDoesNotThrow
();
664
Exn->
setDoesNotThrow
();
792
Selection->
setDoesNotThrow
();
827
Id->
setDoesNotThrow
();
[
all
...]
CGObjCRuntime.cpp
156
CGF.Builder.CreateCall(Fn)->
setDoesNotThrow
();
231
cast<llvm::CallInst>(Exn)->
setDoesNotThrow
();
283
CGF.Builder.CreateCall(SyncExitFn, SyncArg)->
setDoesNotThrow
();
CGDeclCXX.cpp
145
Fn->
setDoesNotThrow
();
183
Fn->
setDoesNotThrow
();
CGObjC.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
CodeGenFunction.cpp
370
F->
setDoesNotThrow
(true);
[
all
...]
ItaniumCXXABI.cpp
[
all
...]
CGExpr.cpp
[
all
...]
/external/llvm/include/llvm/Support/
CallSite.h
233
void
setDoesNotThrow
(bool doesNotThrow = true) {
234
CALLSITE_DELEGATE_SETTER(
setDoesNotThrow
(doesNotThrow));
/external/llvm/include/llvm/
Function.h
245
void
setDoesNotThrow
(bool DoesNotThrow = true) {
Instructions.h
[
all
...]
/external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
537
Register->
setDoesNotThrow
();
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
183
CI.
setDoesNotThrow
();
[
all
...]
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
303
newFunction->
setDoesNotThrow
(true);
InlineFunction.cpp
[
all
...]
Completed in 1027 milliseconds