HomeSort by relevance Sort by last modified time
    Searched defs:Types (Results 26 - 50 of 61) sorted by null

12 3

  /external/clang/lib/CodeGen/
CGBlocks.cpp 427 // So do types that require non-trivial copy construction.
432 // And so do types with destructors.
2029 SmallVector<llvm::Type *, 8> types; local
    [all...]
CGExprConstant.cpp 613 /// constant fold these types).
665 SmallVector<llvm::Type*, 2> Types;
667 Types.push_back(C->getType());
678 Types.push_back(Ty);
682 llvm::StructType::get(C->getType()->getContext(), Types, false);
806 std::vector<llvm::Type*> Types;
807 Types.reserve(NumInitableElts + NumElements);
809 Types.push_back(Elts[i]->getType());
811 Types, true);
    [all...]
CodeGenModule.h 239 CodeGenTypes Types;
335 /// @name Cache for Objective-C runtime types
480 CodeGenTypes &getTypes() { return Types; }
563 /// are associated with declarations, not types.
    [all...]
CGObjC.cpp 477 /// its pointer, name, and types registered in the class struture.
820 // types, so there's no point in trying to pick a prettier type.
    [all...]
CGObjCGNU.cpp 45 /// types and the function declaration into a module if they're not used, and
54 /// be used as a field in another class and not all of the types that are
58 /// Initialises the lazy function with the name, return type, and the types
86 // We won't need to use the types again, so we may as well clean up the
192 /// The element types must match the types of the structure elements in the
318 /// types for a selector in a table.
321 /// A map from selectors to selector types. This allows us to emit all
438 /// used to return an untyped selector (with the types field set to NULL).
    [all...]
CGObjCMac.cpp 53 // The types of these functions don't really matter because we
196 CodeGen::CodeGenTypes &Types = CGM.getTypes();
198 llvm::Type *T = Types.ConvertType(Ctx.getObjCProtoType());
234 CodeGen::CodeGenTypes &Types = CGM.getTypes();
245 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(IdType, Params,
252 CodeGen::CodeGenTypes &Types = CGM.getTypes();
265 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
272 CodeGen::CodeGenTypes &Types = CGM.getTypes()
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 104 /// NeonTypeFlags - Flags to identify the types for overloaded Neon
509 // Treat half-float ('h') types as unsigned short ('s') types.
555 // Non-return array types are passed as individual vectors.
1182 // If all types are the same size, bitcasting the args will take care
    [all...]
  /external/v8/src/
code-stubs.h 1039 // At most 8 different types can be distinguished, because the Code object
1040 // only has room for a single byte to hold a set of these types. :-P
1043 class Types {
1045 Types() {}
1046 explicit Types(byte bits) : set_(bits) {}
1053 void TraceTransition(Types to) const;
1062 static Types no_types() { return Types(); }
1063 static Types all_types() { return Types((1 << NUMBER_OF_TYPES) - 1);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 75 /// \brief Holds long-lived AST nodes (such as types and decls) that can be
80 mutable SmallVector<Type *, 0> Types;
143 /// \brief A cache from types to size and alignment information.
739 // Builtin Types.
764 // Types for deductions in C++0x [stmt.ranged]'s desugaring. Built on demand.
805 const SmallVectorImpl<Type *>& getTypes() const { return Types; }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaExpr.cpp 470 // expressions of certain types in C++.
479 // generally best to say that void types just doesn't undergo
542 /// operators (C99 6.3). The conversions of array and function types are
575 // other types are unchanged by the integer promotions.
593 /// are promoted to double. All other argument types are converted by
612 // promotion, even on class types, but note:
636 /// Incomplete types are considered POD, since this check can be performed
669 // Complain about passing non-POD types through varargs.
718 // Diagnostics regarding non-POD argument types are
778 /// \brief Takes two complex float types and converts them to the same type
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 127 // Low-level types and utilities for porting Google Test to various
263 // Integer types:
287 # include <sys/types.h>
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 768 milliseconds

12 3