HomeSort by relevance Sort by last modified time
    Searched refs:Types (Results 251 - 275 of 299) sorted by null

<<1112

  /external/clang/lib/CodeGen/
CGObjC.cpp 502 /// its pointer, name, and types registered in the class struture.
    [all...]
CodeGenModule.cpp 81 TheTargetCodeGenInfo(nullptr), Types(*this), VTables(*this),
399 Types.UpdateCompletedType(TD);
586 // FIXME: Type coercion of void()* types.
593 // FIXME: Type coercion of void()* types.
811 // separate linkage types for this.
    [all...]
CGClass.cpp 72 Types.ConvertType(getContext().getPointerDiffType());
101 // TODO: for complete types, this should be possible with a GEP.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 323 (*===-- Types -------------------------------------------------------------===*)
330 (*--... Operations on integer types ........................................--*)
340 (*--... Operations on real types ...........................................--*)
347 (*--... Operations on function types .......................................--*)
355 (*--... Operations on struct types .........................................--*)
369 (*--... Operations on pointer, vector, and array types .....................--*)
381 (*--... Operations on other types ..........................................--*)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 22 #include <sys/types.h>
501 INSTANTIATE_TEST_CASE_P(Types,
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc     [all...]
lithium-arm64.cc 993 // These types have simple checks that cannot deoptimize.
1002 ToBooleanStub::Types expected = instr->expected_input_types();
    [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 24 // Types of exceptions that can be broken upon.
28 // The different types of steps.
35 // The different types of scripts matching enum ScriptType in objects.h.
40 // The different types of script compilations matching enum
46 // The different script break point types.
51 // The different types of breakpoint position alignments.
491 throw new Error('Parameters have wrong types.');
502 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
551 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
556 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.')
    [all...]
hydrogen.cc 23 #include "src/hydrogen-infer-types.h"
910 ToBooleanStub::Types boolean_type = ToBooleanStub::Types();
6277 SmallMapList* types = expr->GetReceiverTypes(); local
6986 SmallMapList* types; local
7125 SmallMapList* types; local
8839 SmallMapList* types; local
    [all...]
hydrogen-instructions.cc 1174 static const ToBooleanStub::Types tagged_types(
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 413 // 32 bits, even when 64-bit integer types are available. We have to
    [all...]
  /external/gtest/test/
gtest_unittest.cc 413 // 32 bits, even when 64-bit integer types are available. We have to
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 113 // We currently can't complete objective C types through the newly added ASTContext
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 413 // 32 bits, even when 64-bit integer types are available. We have to
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 161 if (/<?{ ?[^}]* ?}>?/.test(type)) return true; // { i32, i8 } etc. - anonymous struct types
249 size = Types.types[field].flatSize;
250 alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
256 throw 'Unclear type in struct: ' + field + ', in ' + type.name_ + ' :: ' + dump(Types.types[type.name_]);
281 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName]
    [all...]

Completed in 1470 milliseconds

<<1112