HomeSort by relevance Sort by last modified time
    Searched full:preprocessed (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Frontend/
undef.c 3 #error "Must be preprocessed as assembler."
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 46 /// \brief Base class that describes a preprocessed entity, which may be a
50 /// \brief The kind of preprocessed entity an object describes.
52 /// \brief Indicates a problem trying to load the preprocessed entity.
75 /// \brief The kind of preprocessed entity that this object describes.
78 /// \brief The source range that covers this preprocessed entity.
88 /// \brief Retrieve the kind of preprocessed entity stored in this object.
91 /// \brief Retrieve the source range that covers this entire preprocessed
95 /// \brief Returns true if there was a problem loading the preprocessed
99 // Only allow allocation of preprocessed entities using the allocator
117 // Make vanilla 'new' and 'delete' illegal for preprocessed entities
    [all...]
  /external/clang/test/Driver/
crash-report-null.test 6 // CHECK: Preprocessed source(s) and associated run script(s) are located at:
crash report spaces.c 12 // CHECK: Preprocessed source(s) and associated run script(s) are located at:
crash-report-header.h 12 // CHECK: Preprocessed source(s) and associated run script(s) are located at:
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
include_preprocessed.hpp 33 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
37 # include BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
include_preprocessed.hpp 45 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
49 # include BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
and.hpp 9 // Preprocessed version of "boost/mpl/and.hpp" header
apply_fwd.hpp 9 // Preprocessed version of "boost/mpl/apply_fwd.hpp" header
bind_fwd.hpp 9 // Preprocessed version of "boost/mpl/bind_fwd.hpp" header
or.hpp 9 // Preprocessed version of "boost/mpl/or.hpp" header
advance_backward.hpp 9 // Preprocessed version of "boost/mpl/aux_/advance_backward.hpp" header
advance_forward.hpp 9 // Preprocessed version of "boost/mpl/aux_/advance_forward.hpp" header
apply_wrap.hpp 9 // Preprocessed version of "boost/mpl/apply_wrap.hpp" header
equal_to.hpp 9 // Preprocessed version of "boost/mpl/equal_to.hpp" header
greater.hpp 9 // Preprocessed version of "boost/mpl/greater.hpp" header
greater_equal.hpp 9 // Preprocessed version of "boost/mpl/greater_equal.hpp" header
less.hpp 9 // Preprocessed version of "boost/mpl/less.hpp" header
less_equal.hpp 9 // Preprocessed version of "boost/mpl/less_equal.hpp" header
not_equal_to.hpp 9 // Preprocessed version of "boost/mpl/not_equal_to.hpp" header
placeholders.hpp 10 // Preprocessed version of "boost/mpl/placeholders.hpp" header
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
include_preprocessed.hpp 22 aux_/preprocessed/plain/BOOST_MPL_PREPROCESSED_HEADER \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
numeric_cast_traits.hpp 12 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp>
15 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp>
26 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_common.hpp")
76 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_long_long.hpp")
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 46 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
80 /// \brief Returns true if the preprocessed entity that \arg PPEI iterator
84 /// preprocessed entities if we only care about entities of a specific file
94 assert(0 && "Out-of bounds loaded preprocessed entity");
117 assert(0 && "Out-of bounds local preprocessed entity");
124 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
326 /// \brief Retrieve the preprocessed entity at the given ID.
331 "Out-of bounds loaded preprocessed entity");
339 "Out-of bounds local preprocessed entity");
343 /// \brief Retrieve the loaded preprocessed entity at the given index
    [all...]
  /external/clang/test/Misc/
serialized-diags-driver.c 5 // doesn't litter the user's system with preprocessed output.

Completed in 320 milliseconds

1 2 3 4 5 6 7 8 9