Home
last modified time | relevance | path

Searched defs:cvalue (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/SemaCXX/
Dillegal-member-initialization.cpp6 const int cvalue; member
19 const int cvalue; // expected-note{{declared here}} member
/external/llvm-project/clang/test/SemaCXX/
Dillegal-member-initialization.cpp6 const int cvalue; member
19 const int cvalue; // expected-note{{declared here}} member
/external/ltp/testcases/kernel/syscalls/fork/
Dfork04.c169 char *penv, *cenv, *pvalue, *cvalue; in cmp_env_strings() local
/external/tensorflow/tensorflow/java/src/main/native/
Deager_operation_builder_jni.cc170 jbyte* cvalue = env->GetByteArrayElements(value, nullptr); in Java_org_tensorflow_EagerOperationBuilder_setAttrString() local
277 std::unique_ptr<int64_t[]> cvalue; in Java_org_tensorflow_EagerOperationBuilder_setAttrShape() local
Dgraph_operation_builder_jni.cc153 jbyte* cvalue = env->GetByteArrayElements(value, nullptr); in Java_org_tensorflow_GraphOperationBuilder_setAttrString() local
255 std::unique_ptr<int64_t[]> cvalue; in Java_org_tensorflow_GraphOperationBuilder_setAttrShape() local
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_types.pass.cpp200 const int cvalue = 43; in main() local
/external/llvm-project/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_types.pass.cpp198 const int cvalue = 43; in main() local
/external/libjpeg-turbo/
Djcphuff.c669 const JCOEF *cvalue; in encode_mcu_AC_first() local
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue ) in SetAttribute()
/external/libchrome/base/debug/
Dactivity_tracker.h436 char cvalue = value ? 1 : 0; in SetBool() local
/external/e2fsprogs/misc/
Dfuse2fs.c2609 const void *cvalue; in op_setxattr() local
/external/pcre/dist2/src/
Dpcre2test.c3093 ord2utf8(uint32_t cvalue, uint8_t *utf8bytes) in ord2utf8()