OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Optional
(Results
51 - 75
of
254
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h
184
if (
Optional
<PostStore> PSL = L.getAs<PostStore>())
/external/clang/lib/ARCMigrate/
Internals.h
16
#include "llvm/ADT/
Optional
.h"
151
Optional
<bool> EnableCFBridgeFns;
/external/clang/lib/Lex/
MacroInfo.cpp
131
Optional
<bool> isPublic;
/external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp
585
if (
Optional
<StmtPoint> SP = P.getAs<StmtPoint>()) {
587
} else if (
Optional
<BlockEdge> BE = P.getAs<BlockEdge>()) {
589
} else if (
Optional
<BlockEntrance> BEnt = P.getAs<BlockEntrance>()) {
591
} else if (
Optional
<BlockExit> BExit = P.getAs<BlockExit>()) {
MallocChecker.cpp
700
static
Optional
<bool> getFreeWhenDoneArg(const ObjCMethodCall &Call) {
719
if (
Optional
<bool> FreeWhenDone = getFreeWhenDoneArg(Call))
773
if (
Optional
<DefinedOrUnknownSVal> DefinedSize =
[
all
...]
MacOSKeychainAPIChecker.cpp
221
if (
Optional
<loc::MemRegionVal> X = ArgV.getAs<loc::MemRegionVal>()) {
530
if (
Optional
<CallExitEnd> Exit = P.getAs<CallExitEnd>())
532
else if (
Optional
<clang::PostStmt> PS = P.getAs<clang::PostStmt>())
/external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp
112
bool AnalyzerOptions::getBooleanOption(
Optional
<bool> &V, StringRef Name,
SimpleConstraintManager.cpp
27
Optional
<nonloc::SymbolVal> SymVal = X.getAs<nonloc::SymbolVal>();
71
if (
Optional
<NonLoc> NV = Cond.getAs<NonLoc>())
ExprEngineCallAndReturn.cpp
83
if (
Optional
<StmtPoint> SP = PP.getAs<StmtPoint>()) {
86
} else if (
Optional
<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) {
94
Optional
<CallEnter> CE;
101
} else if (
Optional
<BlockEdge> BE = PP.getAs<BlockEdge>()) {
104
} else if (
Optional
<CallEnter> CE = PP.getAs<CallEnter>()) {
820
Optional
<bool> MayInline = Engine.FunctionSummaries->mayInline(D);
[
all
...]
BugReporter.cpp
544
if (
Optional
<CallExitEnd> CE = P.getAs<CallExitEnd>()) {
555
if (
Optional
<CallEnter> CE = P.getAs<CallEnter>()) {
583
if (
Optional
<BlockEdge> BE = P.getAs<BlockEdge>()) {
[
all
...]
ExprEngine.cpp
123
Optional
<DefinedOrUnknownSVal> Constraint =
143
if (
Optional
<Loc> LV = V.getAs<Loc>()) {
159
if (
Optional
<Loc> LV = V.getAs<Loc>()) {
482
if (
Optional
<Loc> LValueLoc = LValue.getAs<Loc>())
768
Optional
<SVal> ConstantVal = svalBuilder.getConstantVal(ArgE);
[
all
...]
ExprEngineCXX.cpp
65
if (
Optional
<Loc> L = V.getAs<Loc>())
126
if (
Optional
<CFGStmt> StmtElem = Next.getAs<CFGStmt>()) {
140
if (
Optional
<CFGInitializer> InitElem = Next.getAs<CFGInitializer>()) {
/external/llvm/lib/Support/
LockFileManager.cpp
30
Optional
<std::pair<std::string, int> >
/external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp
31
"xcore-max-threads", cl::
Optional
,
/external/chromium/chrome/browser/resources/shared/js/
local_strings.js
12
* @param {Object} opt_templateData
Optional
object containing translated
/external/chromium_org/remoting/webapp/
menu_button.js
19
* @param {function():void=} opt_onShow
Optional
callback invoked before the
/external/chromium_org/ui/webui/resources/js/
local_strings.js
12
* @param {Object} opt_templateData
Optional
object containing translated
util.js
158
* Disables text selection and dragging, with
optional
whitelist callbacks.
264
* @param {number=} opt_size
Optional
preferred size of the favicon.
265
* @param {string=} opt_type
Optional
type of favicon to request. Valid values
282
* @param {number=} opt_size
Optional
preferred size of the favicon.
283
* @param {string=} opt_type
Optional
type of favicon to request. Valid values
/external/clang/lib/Analysis/
UninitializedValues.cpp
24
#include "llvm/ADT/
Optional
.h"
62
Optional
<unsigned> getValueIndex(const VarDecl *d) const;
77
Optional
<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const {
135
const
Optional
<unsigned> &idx = declToIndex.getValueIndex(vd);
196
const
Optional
<unsigned> &idx = declToIndex.getValueIndex(vd);
749
if (
Optional
<CFGStmt> cs = I->getAs<CFGStmt>())
/external/chromium_org/chrome_frame/
CFInstance.js
108
* @param {*} var_args
Optional
Things to log.
228
* @param {function?} thisObject
Optional
a scope to use with callback
517
* @param {Node} doc
Optional
A document to search for id.
577
* @param {function} canceller
Optional
A function to be called when the
579
* @param {number} timeout
Optional
How long to wait (in ms) before errback
706
* @param {function|string} cbfn
Optional
A function or name of a function in
724
* @param {function|string} cbfn
Optional
A function or name of a function in
739
* @param {function|string} cbfn
Optional
A function or name of a function in
1016
* @param {Node} parent
Optional
parent element
[
all
...]
/external/clang/include/clang/Analysis/
ProgramPoint.h
22
#include "llvm/ADT/
Optional
.h"
127
Optional
<T> getAs() const {
205
Optional
<CFGElement> getFirstElement() const {
207
return B->empty() ?
Optional
<CFGElement>() : B->front();
/external/chromium/third_party/libevent/
event_rpcgen.py
195
#
Optional
entries do not have to be set
196
if entry.
Optional
():
202
if entry.
Optional
():
332
def
Optional
(self):
403
if self.
Optional
():
439
'
optional
and array around line %d' ) % (
692
if self.
Optional
():
959
if self.
Optional
():
[
all
...]
/external/chromium_org/third_party/libevent/
event_rpcgen.py
195
#
Optional
entries do not have to be set
196
if entry.
Optional
():
202
if entry.
Optional
():
332
def
Optional
(self):
403
if self.
Optional
():
439
'
optional
and array around line %d' ) % (
692
if self.
Optional
():
959
if self.
Optional
():
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/js/
commandbutton.js
13
* @param {Object=} opt_propertyBag
Optional
properties.
share_client.js
126
* @param {Object=} opt_args
Optional
arguments.
Completed in 7850 milliseconds
1
2
3
4
5
6
7
8
9
10
11