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

1 2 3 4 5 6 7 8 91011

  /external/clang/lib/CodeGen/
CodeGenModule.cpp 77 TheTargetCodeGenInfo(0), Types(*this), VTables(*this),
213 Types.UpdateCompletedType(TD);
474 // FIXME: Type coercion of void()* types.
481 // FIXME: Type coercion of void()* types.
740 // separate linkage types for this.
    [all...]
CGClass.cpp 70 Types.ConvertType(getContext().getPointerDiffType());
99 // TODO: for complete types, this should be possible with a GEP.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 267 (*===-- Types -------------------------------------------------------------===*)
272 (*--... Operations on integer types ........................................--*)
282 (*--... Operations on real types ...........................................--*)
289 (*--... Operations on function types .......................................--*)
297 (*--... Operations on struct types .........................................--*)
311 (*--... Operations on pointer, vector, and array types .....................--*)
323 (*--... Operations on other types ..........................................--*)
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 45 #include "hydrogen-infer-types.h"
815 ToBooleanStub::Types boolean_type = ToBooleanStub::Types();
4993 SmallMapList* types = expr->GetReceiverTypes(); local
5133 SmallMapList* types = prop->GetReceiverTypes(); local
5908 SmallMapList* types = expr->GetReceiverTypes(); local
6996 SmallMapList* types = expr->GetReceiverTypes(); local
7591 SmallMapList* types = prop->GetReceiverTypes(); local
    [all...]
hydrogen-instructions.cc 1017 static const ToBooleanStub::Types tagged_types(
    [all...]
debug-debugger.js 47 // Types of exceptions that can be broken upon.
51 // The different types of steps.
58 // The different types of scripts matching enum ScriptType in objects.h.
63 // The different types of script compilations matching enum
69 // The different script break point types.
74 // The different types of breakpoint position alignments.
514 throw new Error('Parameters have wrong types.');
525 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
574 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
579 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.')
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 22 #include <sys/types.h>
500 INSTANTIATE_TEST_CASE_P(Types,
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc     [all...]
lithium-arm.cc 1006 ToBooleanStub::Types expected = instr->expected_input_types();
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc     [all...]
lithium-mips.cc 1011 ToBooleanStub::Types expected = instr->expected_input_types();
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc     [all...]
lithium-x64.cc 1010 ToBooleanStub::Types expected = instr->expected_input_types();
    [all...]
  /external/v8/src/
debug-debugger.js 47 // Types of exceptions that can be broken upon.
51 // The different types of steps.
58 // The different types of scripts matching enum ScriptType in objects.h.
63 // The different types of script compilations matching enum
69 // The different script break point types.
503 throw new Error('Parameters have wrong types.');
514 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
561 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
566 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
571 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.')
    [all...]
hydrogen.cc 4020 SmallMapList* types = expr->GetReceiverTypes(); local
4125 SmallMapList* types = expr->GetReceiverTypes(); local
5015 SmallMapList* types = expr->GetReceiverTypes(); local
5841 SmallMapList* types = expr->GetReceiverTypes(); local
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 468 // For testing casting matchers between compatible types.
480 // For testing casting matchers between compatible types.
555 // T and U are arithmetic types and T can be losslessly converted to
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 1057 ToBooleanStub::Types expected = instr->expected_input_types();
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 1063 ToBooleanStub::Types expected = instr->expected_input_types();
    [all...]
  /external/dropbear/libtommath/
bn.tex 333 \section{Data Types}
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 324 // 32 bits, even when 64-bit integer types are available. We have to
    [all...]
  /external/gtest/test/
gtest_unittest.cc     [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...]

Completed in 886 milliseconds

1 2 3 4 5 6 7 8 91011