Searched defs:const (Results 151 - 175 of 12496) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ELFWriterInfo.h29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
33 virtual bool hasRelocationAddend() const { return is64Bit ? true : false; } argument
38 long int Modifier = 0) const;
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
44 virtual bool isPCRelativeRel(unsigned RelTy) const;
48 virtual unsigned getAbsoluteLabelMachineRelTy() const;
54 unsigned RelTy) const;
/external/tensorflow/tensorflow/core/lib/bfloat16/
H A Dbfloat16.cc22 B16_DEVICE_FUNC bfloat16::operator Eigen::half() const { argument
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframefactory.cc35 const CapturedFrame* aliased_frame, int width, int height) const {
34 CreateAliasedFrame( const CapturedFrame* aliased_frame, int width, int height) const argument
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dresource_manager.h22 const std::string& long_audio_file_path() const { argument
/external/v8/tools/turbolizer/
H A Ddisassembly-view.js55 const BLOCK_HEADER_STYLE = {
67 const SOURCE_POSITION_HEADER_STYLE = {
/external/bsdiff/include/bsdiff/
H A Dcontrol_entry.h27 bool operator==(const ControlEntry& o) const { argument
/external/bsdiff/
H A Dpatch_reader.h31 bool Init(const uint8_t* patch_data, size_t patch_size);
45 uint64_t new_file_size() const { return new_file_size_; } argument
/external/clang/lib/Frontend/
H A DCodeGenOptions.cpp24 bool CodeGenOptions::isNoBuiltinFunc(const char *Name) const { argument
H A DTextDiagnosticBuffer.cpp23 const Diagnostic &Info) {
48 void TextDiagnosticBuffer::FlushDiagnostics(DiagnosticsEngine &Diags) const { argument
/external/clang/test/CodeGenCXX/
H A Ddebug-info-context.cpp6 void _M_add_reference() const throw() { argument
H A Ddebug-info-dup-fwd-decl.cpp9 getID() const argument
H A Ddebug-info-method2.cpp8 int bar(int arg) const;
11 int A::bar(int arg) const{ argument
H A Dmangle-ref-qualifiers.cpp5 int h() const &&;
13 int X::h() const && { return 0; } argument
16 void f(int (X::*)() &, int (X::*)() &&, int (X::*)() const&&) { } argument
21 A<int() const>, A<int() const &>, A<int() const &&>,
22 A<int() const volatile>, A<int() const volatile &>, A<int() const volatile &&>) {}
20 g(A<int()>, A<int()&>, A<int()&&>, A<int() const>, A<int() const &>, A<int() const &&>, A<int() const volatile>, A<int() const volatile &>, A<int() const volatile &&>) argument
/external/clang/test/Index/
H A Dcomplete-functor-call.cpp6 void operator()(int) const {} argument
7 template<class T> void operator()(T) const {} argument
8 template<class T> void operator()(V, T, T) const {} argument
9 template<class T> const S<T> *operator()(const S<T> &s) const { return &s; } argument
96 // CHECK-CC6: OverloadCandidate:{ResultType const S<T> *}{Text operator()}{LeftParen (}{CurrentParameter const S<T> &s}{RightParen )} (1)
111 // CHECK-CC7: OverloadCandidate:{ResultType const S<T> *}{Text operator()}{LeftParen (}{CurrentParameter const
[all...]
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators-0x.cpp7 operator T() const {return T();} argument
/external/clang/test/SemaTemplate/
H A Dcrash-10438657.cpp14 virtual bool IsOk() const { argument
/external/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cc8 void PrintString(const std::string& msg) const { argument
11 void Throw(const char& arg) const { argument
18 const Action a;
22 } catch(const char&) {
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.cc23 SIntMax Value::getSIntValue() const { argument
28 const unsigned ExtraBits =
44 UIntMax Value::getUIntValue() const { argument
60 UIntMax Value::getPositiveIntValue() const { argument
71 FloatMax Value::getFloatValue() const { argument
90 internal_memcpy(&Value, ((const char*)(&Val + 1)) - 4, 4);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dpreinit_test.cc23 int foo() const { return 0; } argument
27 static A const e;
29 template <class T> A const O <T>::e = get();
/external/deqp/framework/delibs/decpp/
H A DdeDynamicLibrary.hpp38 DynamicLibrary (const char* fileName);
41 deFunctionPtr getFunction (const char* name) const { return deDynamicLibrary_getFunction(m_library, name); } argument
44 DynamicLibrary (const DynamicLibrary& other); // Not allowed!
45 DynamicLibrary& operator= (const DynamicLibrary& other); // Not allowed!
H A DdeThread.hpp53 bool isStarted (void) const;
59 Thread (const Thread& other); // Not allowed!
60 Thread& operator= (const Thread& other); // Not allowed!
71 inline bool Thread::isStarted (void) const argument
/external/deqp/framework/egl/
H A DegluPlatform.cpp39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine&) const argument
H A DegluPlatform.hpp71 const NativeDisplayFactoryRegistry& getNativeDisplayFactoryRegistry (void) const { return m_nativeDisplayFactoryRegistry; } argument
90 virtual tcu::FunctionLibrary* createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::CommandLine& cmdLine) const;
/external/deqp/framework/opengl/
H A DgluPlatform.hpp64 const ContextFactoryRegistry& getContextFactoryRegistry (void) const { return m_contextFactoryRegistry; } argument
/external/deqp/framework/platform/null/
H A DtcuNullContextFactory.cpp37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const argument

Completed in 701 milliseconds

1234567891011>>