Searched defs:true (Results 276 - 289 of 289) sorted by relevance

<<1112

/external/clang/lib/AST/
H A DExprConstant.cpp157 SubobjectDesignator() : Invalid(true) {}
179 Invalid = true;
186 return true;
189 return true;
259 IsOnePastTheEnd = true;
412 return true;
455 HasActiveDiagnostic = true;
558 return true;
660 void makeComplexInt() { IsInt = true; }
732 return true;
1906 HandleMemberPointerAccess(EvalInfo &Info, const BinaryOperator *BO, LValue &LV, bool IncludeMember = true) argument
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp148 /// \param CheckedRegionOfInterest if true, then the caller already checked
151 /// \returns true if the visitation should be aborted, false if it
161 return true; // abort.
180 return true;
189 return true;
260 return true;
321 VisitedAtLeastOnce = true;
330 if (Visit(MakeCXCursor(D, TU, Range), /*CheckedRegionOfInterest=*/true))
350 Visit(MakeCXCursor(D, TU, Range), /*CheckedRegionOfInterest=*/true); local
386 if (breaked) return true;
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp117 bool AddTo = true);
119 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true) { argument
124 bool AddTo = true) {
135 /// propagation. If so, return true.
258 DebugLoc DL, bool foldBooleans = true);
266 bool DemandHighBits = true);
280 /// isAlias - Return true if there is any possibility that the two addresses
292 /// node. Returns true if the operand was a load.
319 /// isTypeLegal - This method returns true if we are running before type
322 if (!LegalTypes) return true;
123 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true) argument
[all...]
H A DSelectionDAGBuilder.cpp67 static cl::opt<unsigned, true>
602 /// areValueTypesLegal - Return true if types of all the values are legal.
609 return true;
697 bool isSExt = true;
700 isSExt = true, FromVT = MVT::i1; // ASSERT SEXT 1
704 isSExt = true, FromVT = MVT::i8; // ASSERT SEXT 8
708 isSExt = true, FromVT = MVT::i16; // ASSERT SEXT 16
712 isSExt = true, FromVT = MVT::i32; // ASSERT SEXT 32
1027 EVT VT = TLI.getValueType(V->getType(), true);
1236 /*isfixed=*/true));
5166 /*doesNotRet=*/false, /*isReturnValueUsed=*/true, local
[all...]
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h845 // C++ defines bool, true, and false. Metrowerks allows this to be controlled by the "bool" option though.
846 // C99 defines __bool_true_false_are_defined when bool, true, and false are defined.
847 // MacTypes.h defines true and false (Mac builds only).
869 // which defines true and false to map to C++ true and false (which are not enabled). Serenity Now!
872 #define true 1 macro
885 #if( !defined( __MACTYPES__ ) && !defined( true ) && !defined( false ) )
886 #define true 1 macro
/external/mksh/src/
H A Dedit.c128 x_mode(true);
166 x_mode(true);
262 use_copy = true;
301 escaping = true;
560 saw_dollar = true;
566 saw_glob = true;
1124 xlp_valid = true;
1162 x_arg_defaulted = true;
1412 x_delete(x_bword(), true); local
1433 x_delete(x_fword(0), true);
[all...]
H A Dsh.h356 #undef true macro
361 #define true 1 macro
363 #define tobool(cond) ((cond) ? true : false)
754 #define got_winch true
1914 EXTERN bool tty_devtty; /* true if tty_fd is from /dev/tty */
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp618 return true;
628 useUnionedRect = true;
634 bool coalesce = true;
833 webView->priv->usePrimaryForPaste = true;
961 focusController->setActive(true);
964 focusController->setFocused(true);
981 focusController->setActive(true);
984 focusController->setFocused(true);
1322 return true;
1667 droppingContext->dropHappened = true;
4151 core(webView)->mainFrame()->script()->executeScript(String::fromUTF8(script), true); local
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp155 R.DisableReplaceStmt = true;
184 return true;
245 bool InsertAfter = true) {
420 /// to a function pointer type and upon success, returns true; false
426 return true;
462 return true;
467 return true;
797 objcGetPropertyDefined = true;
854 objcSetPropertyDefined = true;
1764 hasReturns = true;
244 InsertText(SourceLocation Loc, StringRef Str, bool InsertAfter = true) argument
[all...]
H A DRewriteModernObjC.cpp165 R.DisableReplaceStmt = true;
198 return true;
259 bool InsertAfter = true) {
462 /// to a function pointer type and upon success, returns true; false
468 return true;
509 return true;
514 return true;
832 /*BitWidth=*/0, /*Mutable=*/true,
834 MemberExpr *ME = new (Context) MemberExpr(PE, true, FD, SourceLocation(),
854 /// mustSynthesizeSetterGetterMethod - returns true i
258 InsertText(SourceLocation Loc, StringRef Str, bool InsertAfter = true) argument
[all...]
/external/clang/include/clang/AST/
H A DType.h68 struct isPodLike<clang::QualType> { static const bool value = true; };
306 /// hasNonFastQualifiers - Return true if the set contains any
315 /// hasQualifiers - Return true if the set contains any qualifiers.
373 return true;
555 /// isNull - Return true if this QualType doesn't point to a type yet.
633 /// isCXX98PODType() - Return true if this is a POD type according to the
638 /// isCXX11PODType() - Return true if this is a POD type according to the
644 /// isTrivialType - Return true if this is a trivial type
648 /// isTriviallyCopyableType - Return true if this is a trivially
888 /// isObjCGCWeak true whe
1349 setDependent(bool D = true) argument
1354 setInstantiationDependent(bool D = true) argument
1356 setVariablyModified(bool VM = true) argument
1358 setContainsUnexpandedParameterPack(bool PP = true) argument
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp88 : m_atBeforeSideOfBlock(true)
127 setChildrenInline(true);
161 m_beingDestroyed = true;
259 newStyle->setColumnSpan(true);
402 bool isPreviousBlockViable = true;
547 madeNewBeforeBlock = true;
633 // The pre/post blocks always have layers, so we know to always do a full insert/remove (so we pass true as the last argument).
634 block->moveChildrenTo(pre, boxFirst, beforeChild, true);
635 block->moveChildrenTo(post, beforeChild, 0, true);
772 madeBoxesNonInline = true;
2196 computeOverflow(clientLogicalBottom(), true); local
[all...]
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h357 return true;
595 // returns true for collapsing borders, false for separate borders
733 // Return true if any transform related property (currently transform, transformStyle3D or perspective)
871 RoundedIntRect getRoundedBorderFor(const IntRect& borderRect, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true) const;
872 RoundedIntRect getRoundedInnerBorderFor(const IntRect& borderRect, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true) const;
905 void setHasClip(bool b = true) { SET_VAR(visual, hasClip, b) } argument
922 return true;
1011 void setForceBackgroundsToWhite(bool b=true) { inherited_flag
1124 setIsRunningAcceleratedAnimation(bool b = true) argument
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c2113 #define true 1
2354 static int const_wanted; /* true if constant wanted */
2355 static int nocode_wanted; /* true if no code generation wanted for an expression */
2356 static int global_expr; /* true if compound literals must be allocated
2377 /* true if isid(c) || isnum(c) */
2448 int nostdinc; /* if true, no standard headers are added */
2449 int nostdlib; /* if true, no standard libraries are added */
2451 int nocommon; /* if true, do not use common symbols for .bss data */
2453 /* if true, static linking is performed */
2456 /* if true, al
2111 #define true macro
[all...]

Completed in 2615 milliseconds

<<1112