Home
last modified time | relevance | path

Searched refs:NullTerminated (Results 1 – 5 of 5) sorted by relevance

/external/flac/oss-fuzz/fuzzing/
Dtypes.hpp13 template <typename CoreType, bool NullTerminated, bool UseMSAN = false>
86 if ( NullTerminated == false ) { in Container()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp751 PyObject *o = PyDict_GetItemString(m_py_obj, NullTerminated(key)); in GetItem()
773 int r = PyDict_SetItemString(m_py_obj, NullTerminated(key), value.get()); in SetItem()
816 PyObject *mod = PyImport_ImportModule(NullTerminated(name)); in Import()
828 PyObject *item = PyDict_GetItemString(dict, NullTerminated(name)); in Get()
1585 Py_CompileString(NullTerminated(string), "<string>", Py_eval_input); in runStringOneLine()
1589 Py_CompileString(NullTerminated(string), "<string>", Py_single_input); in runStringOneLine()
1614 PyObject *result = PyRun_String(NullTerminated(string), Py_file_input, in runStringMultiLine()
DPythonDataObjects.h170 class NullTerminated {
175 NullTerminated(const llvm::Twine &twine) { in NullTerminated() function
349 PyObject *obj = PyObject_GetAttrString(m_py_obj, NullTerminated(name));
/external/clang/test/Parser/
DMicrosoftExtensions.cpp27 class_attr([SA_Pre(Null=SA_No,NullTerminated=SA_Yes)] int a)
/external/llvm-project/clang/test/Parser/
DMicrosoftExtensions.cpp27 class_attr([SA_Pre(Null=SA_No,NullTerminated=SA_Yes)] int a)