HomeSort by relevance Sort by last modified time
    Searched refs:Types (Results 176 - 200 of 274) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/url/
gurl_unittest.cc 36 // GURLTest.Types test.
44 // Different types of URLs should be handled differently by url_util, and
46 TEST(GURLTest, Types) {
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 532 CodeGenTypes &Types = CGM.getTypes();
567 if (Types.isFuncTypeConvertible(FPT)) {
569 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));
    [all...]
MicrosoftCXXABI.cpp 466 /// Unlike the setting of return types, this is done within the ABI
    [all...]
CodeGenModule.h 249 CodeGenTypes Types;
362 /// @name Cache for Objective-C runtime types
519 CodeGenTypes &getTypes() { return Types; }
605 /// are associated with declarations, not types.
    [all...]
CGBlocks.cpp 424 // So do types that require non-trivial copy construction.
429 // And so do types with destructors.
2031 SmallVector<llvm::Type *, 8> types; local
    [all...]
  /external/llvm/unittests/ADT/
BitVectorTest.cpp 26 typedef ::testing::Types<BitVector, SmallBitVector> BitVectorTestTypes;
DenseMapTest.cpp 75 // function overloads selected by component types of the type parameter. This
99 // Register these types for testing.
100 typedef ::testing::Types<DenseMap<uint32_t, uint32_t>,
SmallVectorTest.cpp 132 typedef ::testing::Types<SmallVector<Constructable, 0>,
TinyPtrVectorTest.cpp 81 typedef ::testing::Types<TinyPtrVector<int*>,
  /external/llvm/unittests/IR/
ValueMapTest.cpp 39 typedef ::testing::Types<Value, Instruction, const Instruction> KeyTypes;
  /external/clang/lib/Sema/
SemaExpr.cpp 560 // expressions of certain types in C++.
569 // generally best to say that void types just doesn't undergo
647 /// operators (C99 6.3). The conversions of array and function types are
680 // other types are unchanged by the integer promotions.
698 /// are promoted to double. All other argument types are converted by
717 // promotion, even on class types, but note:
741 /// Incomplete types are considered POD, since this check can be performed
792 // Complain about passing non-POD types through varargs.
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 128 // Low-level types and utilities for porting Google Test to various
274 // Integer types:
298 # include <sys/types.h>
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 138 typedef ::testing::Types<GLRenderer,
144 typedef ::testing::Types<GLRenderer,
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/chromium_org/third_party/mach_override/
mach_override.c 83 * Data Types
87 #pragma mark (Data Types)
  /external/protobuf/gtest/test/
gtest-port_test.cc 167 // Defines StringTypes as the list of all string types that class RE
169 typedef testing::Types<
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 7 * updated on load log). The *Types dictionaries map strings to numeric IDs,
  /external/emma/lib/
emma.jar 
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 318 SmallVector<Type *, 4> Types;
319 Types.push_back(cast<PointerType>(GV->getType())->getElementType());
323 Type *Ty = Types.pop_back_val();
330 Types.push_back(STy->getElementType());
341 Types.push_back(InnerTy);
347 } while (!Types.empty());
    [all...]
  /external/bison/doc/
refcard.tex 347 \key{Define the union of all data types used in the parser.}
457 \section {Variables and Types}
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 25 import com.vladium.jcd.lib.Types;
131 final String clsName = Types.vmNameToJavaName (clsVMName);
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 

Completed in 2132 milliseconds

1 2 3 4 5 6 78 91011