HomeSort by relevance Sort by last modified time
    Searched refs:Body (Results 101 - 125 of 128) sorted by null

1 2 3 45 6

  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 323 static void CheckFallThroughForBody(Sema &S, const Decl *D, const Stmt *Body,
357 if (const CompoundStmt *Compound = dyn_cast<CompoundStmt>(Body)) {
    [all...]
SemaDeclCXX.cpp 801 /// body. C++11 [dcl.constexpr]p3,p4, and C++1y [dcl.constexpr]p3.
803 /// \return true if the body is OK (maybe only as an extension), false if we
    [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
DeclBase.cpp 640 // Special handling of FunctionDecl to avoid de-serializing the body from PCH.
649 if (Stmt *Body = getBody())
650 return Body->getSourceRange().getEnd();
    [all...]
DeclObjC.cpp 581 return Body.get(getASTContext().getExternalSource());
700 if (Stmt *Body = getBody())
701 return Body->getLocEnd();
    [all...]
ExprConstant.cpp 639 // Body moved to a static method to encourage the compiler to inline away
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 501 /// a function body.
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 254 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
LLParser.cpp     [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 79 import com.android.emailcommon.provider.EmailContent.Body;
260 private static final int BODY = BODY_BASE;
278 array.put(BODY_BASE >> BASE_SHIFT, Body.TABLE_NAME);
306 private static final String DELETE_ORPHAN_BODIES = "delete from " + Body.TABLE_NAME +
308 " from " + Body.TABLE_NAME + " except select " + EmailContent.RECORD_ID + " from " +
311 private static final String DELETE_BODY = "delete from " + Body.TABLE_NAME +
576 // body database is already attached to the email database and any attempt to use the
577 // body database directly will result in a SQLiteException (the database is locked)
624 // Handle lost Body records here, since this cannot be done in a trigger
681 case BODY
2634 Body body = Body.restoreBodyWithMessageId(context, messageId); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 45 import com.android.emailcommon.mail.Body;
773 " UID FETCH 1 \\(UID FLAGS INTERNALDATE RFC822\\.SIZE BODY\\.PEEK\\[HEADER.FIELDS" +
777 "fLAGS (\\Seen) bODY[hEADER.FIELDS (dAte sUbject fRom cOntent-type tO cC" +
869 final Body body = message.getBody(); local
1032 Body body = message.getBody(); local
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 85 // Sets up event listeners on the body element for all the progress
86 // event types. Delegation to the body allows this to be done only once
92 // Body only dispatches for elements having the 'naclModule' CSS class.
  /external/chromium_org/v8/test/mjsunit/
regexp-capture-3.js 169 NoHang(/(((.*)*)*?)foo/); // Body of loop filtered.
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 90 * TODO: basic Legacy -> Provider Body conversions
160 TextBody body = new TextBody(content); local
161 message.setBody(body);
172 * Basic test of body parts conversion from Store message to Provider message.
173 * This tests that a null body part simply results in null text, and does not crash
179 EmailContent.Body localBody = new EmailContent.Body();
185 // a "null" body part of type text/plain should result in a null mTextContent
461 // Test message 1: No body
465 checkLegacyMessage("no body", localMessage1, getMessage1)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 223 // Make sure the line table doesn't jump back into the body for
500 assert(CurFn->isDeclaration() && "Function already has body?");
681 if (Stmt *Body = FD->getBody()) BodyRange = Body->getSourceRange();
687 // Generate the body of the function.
704 // clones the body of the function call operator (but is actually static).
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 40 import com.android.emailcommon.mail.Body;
460 * Retrieve messages based on search parameters. We search FROM, TO, CC, SUBJECT, and BODY
461 * We send: SEARCH OR FROM "foo" (OR TO "foo" (OR CC "foo" (OR SUBJECT "foo" BODY "foo"))), but
483 commands.add(filter + " BODY " + octetLength);
630 * ENVELOPE - UID FETCH (INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[
633 * BODY_SANE - UID FETCH (BODY.PEEK[]<0.N>) where N = max bytes returned
634 * BODY - UID FETCH (BODY.PEEK[])
635 * Part - UID FETCH (BODY.PEEK[ID]) where ID = mime part ID
656 if (fp.contains(FetchProfile.Item.BODY)) {
742 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 208 /// Returns true if the given decl has been implicitly given a body, either by
250 /// We might have pieces with invalid locations as a result of inlining Body
809 Start, End, "Loop condition is true. Entering loop body"));
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 1942 Stmt *body = finalStmt->getFinallyBody(); local
    [all...]
RewriteModernObjC.cpp 210 // Under modern abi, we cannot translate body of the function
2057 Stmt *body = finalStmt->getFinallyBody(); local
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 562 if (Stmt *Body = B->getBody())
563 return Visit(MakeCXCursor(Body, StmtParent, TU, RegionOfInterest));
    [all...]
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 49 import com.android.emailcommon.provider.EmailContent.Body;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h 124 func##Body(); \
129 func##Body(); \
    [all...]

Completed in 1003 milliseconds

1 2 3 45 6