/external/clang/lib/CodeGen/ |
CGException.cpp | 337 // differs from EmitAnyExprToMem only in that, if a final copy-ctor 338 // call is required, an exception within that copy ctor causes [all...] |
CodeGenFunction.h | 351 /// struct A { ~A(); }; // trivial ctor, non-trivial dtor [all...] |
CodeGenModule.cpp | 342 void CodeGenModule::AddGlobalCtor(llvm::Function * Ctor, int Priority) { 344 GlobalCtors.push_back(std::make_pair(Ctor, Priority)); 355 // Ctor function type is void()*. 359 // Get the type of a ctor entry, { i32, void ()* }. [all...] |
/external/mesa3d/test/ |
egl.cpp | 258 return true; // TODO: report failure if ctor fails [all...] |
/external/clang/lib/Parse/ |
ParseTentative.cpp | 576 // Check whether we have a function declarator or a possible ctor-style 577 // initializer that follows the declarator. Note that ctor-style [all...] |
/external/jdiff/src/jdiff/ |
APIComparator.java | 365 boolean singleCtor = false; // Set if there is only one ctor 395 String id = pkgDiff.name_ + "." + classDiff.name_ + ".ctor(" + HTMLReportGenerator.simpleName(type) + ")"; [all...] |
Comments.java | 489 outputFile.println(" An id has the form package[.class[.[ctor|method|field].signature]], where [] indicates optional ");
|
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 304 // an old-style (llvmgcc3) static ctor with __main linked in and in use. If 328 // Execute the ctor/dtor function! [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 111 // GTEST_DISALLOW_COPY_AND_ASSIGN_ - disables copy ctor and operator=. 756 // We cannot call it MutexLock directly as the ctor declaration would [all...] |
/dalvik/vm/native/ |
java_lang_Class.cpp | 523 /* common cause: secret "this" arg on non-static inner class ctor */
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EllipticCurveTest.java | 226 * Test preconditions: pass <code>seed</code> to the ctor then modify it<br>
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
TrustAnchor_ImplTest.java | 397 * Expected: encoding passed to the ctor must match returned one<br>
|
/external/chromium/testing/gtest/src/ |
gtest-port.cc | 490 // The ctor redirects the stream to a temporary file.
|
/external/clang/include/clang/Basic/ |
TargetInfo.h | 64 // Target values set by the ctor of the actual target implementation. Default
|
/external/clang/lib/AST/ |
ItaniumMangle.cpp | 198 // These can't be mangled without a ctor type or dtor type. [all...] |
/external/clang/lib/Basic/ |
Diagnostic.cpp | 261 // If DiagObj is null, then its soul was stolen by the copy ctor
|
/external/clang/lib/Sema/ |
SemaExceptionSpec.cpp | 46 // constructor ctor-initializers (including such things in nested classes).
|
/external/clang/test/CodeGenCXX/ |
vtable-layout-abi-examples.cpp | 192 // From http://www.codesourcery.com/public/cxx-abi/abi-examples.html#vtable-ctor
|
/external/dbus/doc/ |
dcop-howto.txt | 403 In the implementation of your class' ctor, you must explicitly initialize
|
/external/gtest/src/ |
gtest-port.cc | 416 // The ctor redirects stderr to a temporary file.
|
/external/icu4c/i18n/ |
colldata.cpp | 257 // The ctor initialized all the strings in
|
rbt.h | 359 friend class TransliteratorRegistry; // to access TransliterationRuleData convenience ctor
|
/external/icu4c/test/intltest/ |
apicoll.cpp | 90 // ctor, dtor, createInstance, compare, getStrength/setStrength 646 // ctor, RuleBasedCollator::createCollationElementIterator(), operator==, operator!= 669 // copy ctor [all...] |
/external/llvm/include/llvm/ADT/ |
SparseBitVector.h | 454 // SparseBitVector copy ctor.
|
/external/llvm/include/llvm/Analysis/ |
CallGraph.h | 197 // CallGraphNode ctor - Create a node for the specified function.
|