OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValid
(Results
576 - 600
of
766
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/lib/CodeGen/
CGCleanup.cpp
371
assert(Old.
isValid
());
[
all
...]
CGRecordLayoutBuilder.cpp
95
bool
isValid
() const { return !NonVirtualSize.isZero(); }
851
if (!LastLaidOutBase.
isValid
())
[
all
...]
CGStmt.cpp
304
if (Dest.
isValid
()) return Dest;
318
if (!Dest.
isValid
()) {
324
assert(!Dest.getScopeDepth().
isValid
() && "already emitted label!");
[
all
...]
/external/clang/lib/Lex/
Pragma.cpp
[
all
...]
/external/clang/lib/Sema/
Sema.cpp
838
if (!Loc.
isValid
() && TheDecl) Loc = TheDecl->getLocation();
839
if (Loc.
isValid
()) {
[
all
...]
SemaCXXScopeSpec.cpp
745
if (SS.getRange().
isValid
())
[
all
...]
/external/clang/tools/libclang/
CXCursor.cpp
72
if (RegionOfInterest.
isValid
() &&
437
if (RegionOfInterest.
isValid
() &&
[
all
...]
/external/llvm/lib/Analysis/
DebugInfo.cpp
491
if (!BaseType.
isValid
())
1080
if (!DT.
isValid
())
[
all
...]
/external/webkit/Source/WebCore/editing/
EditingStyle.cpp
331
if (!renderStyle->textFillColor().
isValid
())
333
if (!renderStyle->textStrokeColor().
isValid
())
[
all
...]
/external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp
181
if (!backgroundColor.
isValid
() || !backgroundColor.alpha())
355
if (fallbackColor.
isValid
()) {
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm
322
if (!IdentifierRep::
isValid
(identifier))
/external/webkit/Source/WebKit/mac/WebView/
WebResource.mm
430
if (!encoding.
isValid
())
/external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl
497
HRESULT validateUserInterfaceItem([in] IWebView* webView, [in] UINT itemCommandID, [in] BOOL defaultValidation, [out, retval] BOOL*
isValid
);
[
all
...]
/external/clang/lib/AST/
Decl.cpp
[
all
...]
NestedNameSpecifier.cpp
512
TemplateKWLoc.
isValid
(),
/external/clang/lib/Parse/
ParseObjc.cpp
[
all
...]
ParseCXXInlineMethods.cpp
481
if (!EndLoc.
isValid
())
ParseDeclCXX.cpp
91
if (InlineLoc.
isValid
())
151
if (InlineLoc.
isValid
())
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp
601
bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.
isValid
() && bgColor.alpha() > 0;
608
bool colorVisible = bgColor.
isValid
() && bgColor.alpha() > 0;
706
if (!bgLayer->next() && !(bgColor.
isValid
() && bgColor.alpha() == 255) && view()->frameView()) {
748
if (bgColor.
isValid
() && bgColor.alpha() > 0)
[
all
...]
InlineTextBox.cpp
604
if (foreground.
isValid
() && foreground != selectionFillColor) {
611
if (emphasisMarkForeground.
isValid
() && emphasisMarkForeground != selectionEmphasisMarkColor) {
[
all
...]
/external/clang/lib/Basic/
SourceManager.cpp
[
all
...]
DiagnosticIDs.cpp
611
Loc.
isValid
() &&
/external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp
270
if (m_parentStyle->prop().
isValid
()) \
[
all
...]
/frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java
922
if (surface.
isValid
() == false) {
[
all
...]
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
253
if (IncludeLoc.
isValid
())
Completed in 688 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>